~ruther/qmk_firmware

ref: 6274a216f87bad7d6fe9c9a1a4328dbf444fc364 qmk_firmware/tmk_core/protocol/iwrap/suart.h -rw-r--r-- 117 bytes
6274a216 — Erez Zukerman [Erez & Jack] Examples for advanced macro stuff 9 years ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef SUART
#define SUART

void xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);

#endif	/* SUART */