]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - tmk_core/protocol/xt_io.h
2e5f31b20270ec5e1b222e241b56cddd82efed9e
[max/tmk_keyboard.git] / tmk_core / protocol / xt_io.h
1 #ifndef XT_IO_H
2 #define XT_IO_H
3
4 bool clock_in(void);
5 bool data_in(void);
6
7 #endif