blob: 8029cedbd828ea8043fedebdec749b28a13a555e [file] [log] [blame]
Austin Schuhac17fba2020-03-28 15:55:33 -07001include "frc971/wpilib/imu.fbs";
2
3namespace frc971;
4
5table IMUValuesBatch {
6 readings:[IMUValues];
7}
8
9root_type IMUValuesBatch;