mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-12 10:18:49 +01:00
20 lines
151 B
C
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
|