]> git.tdb.fi Git - model-railway-devices.git/blob - arducontrol/interface.h
Pass command data through a pointer
[model-railway-devices.git] / arducontrol / interface.h
1 #ifndef COMMAND_H_
2 #define COMMAND_H_
3
4 #include <stdint.h>
5 #include "commands.h"
6
7 void interface_init(void);
8 void interface_check(void);
9
10 #endif