blob: 148331438c2c0cc1bb38fd4ae03ad1e6894d7e03 [file] [log] [blame]
Austin Schuhac17fba2020-03-28 15:55:33 -07001include "frc971/wpilib/imu.fbs";
2
3namespace frc971;
4
5table IMUValuesBatch {
Ravago Jonesfb6a7a52020-11-14 13:47:46 -08006 readings:[IMUValues] (id: 0);
Austin Schuhac17fba2020-03-28 15:55:33 -07007}
8
9root_type IMUValuesBatch;