blob: f3f1543fca9b301f97c5fb682beffb50a30f5cc2 [file] [log] [blame]
Brian Silverman2df84412013-12-10 14:00:40 -08001#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.
12void fill_packet_start(void);
13
14#endif // CAPE_FILL_PACKET_H_