blob: aa28082f33305ccf7ce2e2d4917c2c6e499fe790 [file] [log] [blame]
Comran Morshede9b12922015-11-04 19:46:48 +00001package frc971.logging_structs;
2
3struct CapeReading {
4 Time time;
5 uint16_t struct_size;
6
7 uint16_t left_low;
8 uint16_t left_high;
9 uint16_t right_low;
10 uint16_t right_high;
11};