~ruther/qmk_firmware

ref: 6e7eff47b374fe4fdb550c5554b6438ec626a5f7 qmk_firmware/tmk_core/protocol/iwrap/suart.h -rw-r--r-- 109 bytes
6e7eff47 — stanrc85 [Keymap] Keymap and readme updates (#5449) 6 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 */