1
0
Fork 0

hhkb: Integrate RN-42 support, remove hhkb_rn42

This commit is contained in:
tmk 2015-01-16 10:21:18 +09:00
parent ce66988650
commit 099701dd31
32 changed files with 69 additions and 1004 deletions

View file

@ -0,0 +1,8 @@
#ifndef SUART
#define SUART
void xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);
#endif /* SUART */