blob: 05934bf1a79e06e6c5fe910371369bf9dba6c84c [file] [log] [blame]
Tyler Chatow24b5db12020-01-06 21:16:56 -08001namespace frc971.sensors;
2
3// Published on "/drivetrain"
4table Uid {
5 uid:uint;
6}
7
8root_type Uid;