Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d412b3ff673fd4df13a2a1938a93e93bbbb45014
/
.
/
frc971
/
queues
/
GyroAngle.q
blob: bcf3ac47b72f1d39cab3c01494d69ec0232bd2b0 [
file
] [
log
] [
blame
]
package
frc971
.
sensors
;
message
Gyro
{
double
angle
;
};
queue
Gyro
gyro
;