helper.h 151 B

12345678910111213141516171819
  1. /*
  2. *
  3. */
  4. #ifndef HELPER_H
  5. #define HELPER_H
  6. #include <stdint.h>
  7. #include <stdbool.h>
  8. #include <string.h>
  9. uint8_t read_io(uint8_t io);
  10. #endif