blob: bead5dfc9a219c5923ce396fed82e9553644a919 [file] [log] [blame]
Austin Schuhac17fba2020-03-28 15:55:33 -07001include "frc971/wpilib/imu.fbs";
2
3namespace frc971;
4
Maxwell Henderson87b1e6c2024-02-11 23:40:05 -08005attribute "static_length";
6
Austin Schuhac17fba2020-03-28 15:55:33 -07007table IMUValuesBatch {
Maxwell Henderson87b1e6c2024-02-11 23:40:05 -08008 readings:[IMUValues] (id: 0, static_length: 1);
Austin Schuhac17fba2020-03-28 15:55:33 -07009}
10
11root_type IMUValuesBatch;