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 { | ||||
Ravago Jones | fb6a7a5 | 2020-11-14 13:47:46 -0800 | [diff] [blame] | 6 | readings:[IMUValues] (id: 0); |
Austin Schuh | ac17fba | 2020-03-28 15:55:33 -0700 | [diff] [blame] | 7 | } |
8 | |||||
9 | root_type IMUValuesBatch; |