blob: bcf3ac47b72f1d39cab3c01494d69ec0232bd2b0 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001package frc971.sensors;
2
3message Gyro {
4 double angle;
5};
6
7queue Gyro gyro;