9 lines
109 B
C
Raw Normal View History

2016-08-27 18:40:50 +03:00
#ifndef SUART
#define SUART
void xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);
#endif /* SUART */