tmk_keyboard/tmk_core/protocol/xt_io.h

8 行
82 B
C

#ifndef XT_IO_H
#define XT_IO_H
bool clock_in(void);
bool data_in(void);
#endif