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.

11 lines
183 B

  1. #pragma once
  2. void clock_init(void);
  3. void clock_lo(void);
  4. void clock_hi(void);
  5. bool clock_in(void);
  6. void data_init(void);
  7. void data_lo(void);
  8. void data_hi(void);
  9. bool data_in(void);