blob: a8bee3f367eb5ef40aaa1d9ed60dcafec602cd8b [file] [log] [blame]
package frc971.logging_structs;
struct CapeReading {
uint32_t sec;
uint32_t nsec;
uint32_t sonar;
uint64_t struct_size;
};