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