mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
8 lines
117 B
C
8 lines
117 B
C
#ifndef SUART
|
|
#define SUART
|
|
|
|
void xmit(uint8_t);
|
|
uint8_t rcvr(void);
|
|
uint8_t recv(void);
|
|
|
|
#endif /* SUART */
|