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:
@@ -4,4 +4,5 @@ void draw_string(char*, unsigned char, unsigned char);
|
||||
int strlen(char*);
|
||||
void clear_screen(void);
|
||||
void print_banner(void);
|
||||
char* int_to_string(unsigned int, int);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user