]> git.tdb.fi Git - model-railway-devices.git/blob - arducontrol/monitor.h
b21763d097c9b6e6036cdd9a8f22e239d689c11c
[model-railway-devices.git] / arducontrol / monitor.h
1 #ifndef MONITOR_H_
2 #define MONITOR_H_
3
4 #include <stdint.h>
5
6 void monitor_init(void);
7 void monitor_check(void);
8 uint8_t monitor_command(void);
9
10 #endif