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