core: LUFA_DEBUG_SUART for serial debug
This commit is contained in:
parent
5e97fd78cb
commit
8758035677
4 changed files with 185 additions and 1 deletions
8
tmk_core/common/avr/suart.h
Normal file
8
tmk_core/common/avr/suart.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef SUART
|
||||
#define SUART
|
||||
|
||||
void xmit(uint8_t);
|
||||
uint8_t rcvr(void);
|
||||
uint8_t recv(void);
|
||||
|
||||
#endif /* SUART */
|
||||
Loading…
Add table
Add a link
Reference in a new issue