Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

xt_io.h 82B

1234567
  1. #ifndef XT_IO_H
  2. #define XT_IO_H
  3. bool clock_in(void);
  4. bool data_in(void);
  5. #endif