blob: 341d921140b1d9b1db2b9d3960606ccaedd0d551 [file] [log] [blame]
package frc971.logging_structs;
struct CapeReading {
Time time;
uint16_t struct_size;
double sonar;
uint16_t left_low;
uint16_t left_high;
uint16_t right_low;
uint16_t right_high;
};