Added code to support getting interrupts from the PIC. Can now get some data from the keyboard, however, it's not quite working yet.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef KB_H
|
||||
#define KB_H
|
||||
|
||||
void handle_key_press(void);
|
||||
void init_kb(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user