blob: b6bff20a2b75ff1cd8fd5f4e03a41da8766cb123 [file] [log] [blame]
Austin Schuhed5b26d2019-12-05 20:51:59 -08001namespace frc971.autonomous;
2
3table AutonomousMode {
4 // Mode read from the mode setting sensors.
Ravago Jonesfb6a7a52020-11-14 13:47:46 -08005 mode:int (id: 0);
Austin Schuhed5b26d2019-12-05 20:51:59 -08006}
7
8root_type AutonomousMode;