1

add vorgabe04

This commit is contained in:
churl
2022-05-14 16:54:22 +02:00
parent d1f68b234d
commit d804fff473
15 changed files with 378 additions and 51 deletions

View File

@ -47,9 +47,18 @@ int main() {
// text_demo();
// sound_demo();
// keyboard_demo();
heap_demo();
// heap_demo();
scroll_mode();
// Tastatur-Unterbrechungsroutine 'einstoepseln'
/* hier muss Code eingefuegt werden */
// Interrupts erlauben (Tastatur)
/* hier muss Code eingefuegt werden */
key_irq_demo();
// TODO: Use interrupts
// scroll_mode();
while (1) {};
return 0;