blob: 78c061b04b8069eadd1ec4ac7f079e3721f0fda0 [file] [log] [blame]
#include <inttypes.h>
void init_keyboard();
// Call this to set up the I/O pins
uint8_t read_char();
// Wait for a char to come from the keyboard
char render_scan_code(uint8_t);
// Convert a keycode to a printable ASCII char
extern uint8_t release;