This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
117 B
C
Raw Normal View History

2014-07-14 15:20:10 +09:00
#ifndef SUART
#define SUART
void xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);
#endif /* SUART */