]> git.tdb.fi Git - model-railway-devices.git/blob - arducontrol/monitor.h
Organize arducontrol code by functionality
[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();
7 void monitor_check();
8 uint8_t monitor_command();
9
10 #endif