Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
fa3003979f2f4155c624bbe43b2003786731250e
/
.
/
frc971
/
wpilib
/
imu_batch.fbs
blob: 8029cedbd828ea8043fedebdec749b28a13a555e [
file
] [
log
] [
blame
]
Austin Schuh
ac17fba
2020-03-28 15:55:33 -0700
[
diff
] [
blame
]
1
include
"frc971/wpilib/imu.fbs"
;
2
3
namespace
frc971
;
4
5
table
IMUValuesBatch
{
6
readings
:[
IMUValues
];
7
}
8
9
root_type
IMUValuesBatch
;