02c9b265e30a3af49197b2362665c03ba386ac48
[mTask.git] / int / nucleo-f767-blinky / src / main.h
1 #ifndef MAIN_H
2 #define MAIN_H
3
4 #include <stdint.h>
5
6 uint8_t read_byte();
7 void write_byte(uint8_t b);
8 #endif