Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
32b5baecfc3b51f35c0db45b9c4f176ec99246ff
/
.
/
frc971
/
wpilib
/
imu_batch.fbs
blob: 148331438c2c0cc1bb38fd4ae03ad1e6894d7e03 [
file
] [
log
] [
blame
]
include
"frc971/wpilib/imu.fbs"
;
namespace
frc971
;
table
IMUValuesBatch
{
readings
:[
IMUValues
]
(
id
:
0
);
}
root_type
IMUValuesBatch
;