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