Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a573df154b900b6618d0b46f8d2635a8dba1082f
/
.
/
frc971
/
queues
/
gyro_uid.fbs
blob: 05934bf1a79e06e6c5fe910371369bf9dba6c84c [
file
] [
log
] [
blame
]
Tyler Chatow
24b5db1
2020-01-06 21:16:56 -0800
[
diff
] [
blame
]
1
namespace
frc971
.
sensors
;
2
3
// Published on "/drivetrain"
4
table
Uid
{
5
uid
:
uint
;
6
}
7
8
root_type
Uid
;