blob: 8029cedbd828ea8043fedebdec749b28a13a555e [file] [log] [blame]
include "frc971/wpilib/imu.fbs";
namespace frc971;
table IMUValuesBatch {
readings:[IMUValues];
}
root_type IMUValuesBatch;