qmk/tmk_core/protocol/iwrap/suart.h

9 lines
112 B
C
Raw Permalink Normal View History

2016-08-27 11:40:50 -04:00
#ifndef SUART
#define SUART
2019-08-30 14:19:03 -04:00
void xmit(uint8_t);
2016-08-27 11:40:50 -04:00
uint8_t rcvr(void);
uint8_t recv(void);
2019-08-30 14:19:03 -04:00
#endif /* SUART */