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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

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