blob: 86e61eecbd54515a91eece68f00d374d9720c0b8 [file] [log] [blame]
Tyler Chatow24b5db12020-01-06 21:16:56 -08001namespace frc971.sensors;
2
3// Published on "/drivetrain"
4table Uid {
Ravago Jonesfb6a7a52020-11-14 13:47:46 -08005 uid:uint (id: 0);
Tyler Chatow24b5db12020-01-06 21:16:56 -08006}
7
8root_type Uid;