1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/sendchar.h

9 lines
139 B
C
Raw Normal View History

#ifndef SENDCHAR_H
#define SENDCHAR_H
/* transmit a character. return 0 on success, -1 on error. */
int8_t sendchar(uint8_t c);
#endif