Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e20b4616fce8c49f83e7b50a37a42879b82b3911
/
.
/
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
;