blob: 148331438c2c0cc1bb38fd4ae03ad1e6894d7e03 [file] [log] [blame]
include "frc971/wpilib/imu.fbs";
namespace frc971;
table IMUValuesBatch {
readings:[IMUValues] (id: 0);
}
root_type IMUValuesBatch;