Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a9a82ea9ab3b996b09cf4bbb0542f0c576cd5f0c
/
.
/
frc971
/
wpilib
/
imu_batch.fbs
blob: 8029cedbd828ea8043fedebdec749b28a13a555e [
file
] [
log
] [
blame
]
include
"frc971/wpilib/imu.fbs"
;
namespace
frc971
;
table
IMUValuesBatch
{
readings
:[
IMUValues
];
}
root_type
IMUValuesBatch
;