ADB keyboard LEDs support

This commit is contained in:
tmk 2011-01-13 22:46:57 +09:00
parent 40c24dc89a
commit 06db39583f
5 changed files with 60 additions and 13 deletions

1
adb.h
View file

@ -14,5 +14,6 @@
void adb_host_init(void);
bool adb_host_psw(void);
uint16_t adb_host_kbd_recv(void);
void adb_host_kbd_led(uint8_t led);
#endif