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