initial keyboard demo
This commit is contained in:
Regular → Executable
+5
@@ -13,4 +13,9 @@
|
||||
void keyboard_demo() {
|
||||
|
||||
/* Hier muess Code eingefuegt werden */
|
||||
|
||||
while (true) {
|
||||
kout << kb.key_hit();
|
||||
kout.flush();
|
||||
}
|
||||
}
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user