Brian Silverman | 2df8441 | 2013-12-10 14:00:40 -0800 | [diff] [blame] | 1 | #ifndef CAPE_FILL_PACKET_H_ |
2 | #define CAPE_FILL_PACKET_H_ | ||||
3 | |||||
4 | #include <stdint.h> | ||||
5 | |||||
6 | #include "cape/util.h" | ||||
7 | #define DATA_STRUCT_NAME DataStruct | ||||
8 | #include "cape/data_struct.h" | ||||
9 | #undef DATA_STRUCT_NAME | ||||
10 | |||||
11 | // Starts writing out sensor packets as fast as the serial port can write them. | ||||
12 | void fill_packet_start(void); | ||||
13 | |||||
14 | #endif // CAPE_FILL_PACKET_H_ |