2022-10-07 19:40:58 +08:00

20 lines
151 B
C

/*
*
*/
#ifndef HELPER_H
#define HELPER_H
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
uint8_t read_io(uint8_t io);
#endif