QMK/tmk_core/protocol/iwrap/suart.h

9 lines
112 B
C
Raw Normal View History

2020-03-23 10:48:11 +01:00
#ifndef SUART
#define SUART
void xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);
#endif /* SUART */