core: LUFA_DEBUG_SUART for serial debug

This commit is contained in:
tmk 2016-09-28 16:39:41 +09:00
parent 5e97fd78cb
commit 8758035677
4 changed files with 185 additions and 1 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 */