Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
25f81a08ea5fb8e51245447b51b86a2ae6d5aba9
/
.
/
y2014_bot3
/
queues
/
to_log.q
blob: aa28082f33305ccf7ce2e2d4917c2c6e499fe790 [
file
] [
log
] [
blame
]
package
frc971
.
logging_structs
;
struct
CapeReading
{
Time
time
;
uint16_t
struct_size
;
uint16_t
left_low
;
uint16_t
left_high
;
uint16_t
right_low
;
uint16_t
right_high
;
};