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