Austin Schuh | ed5b26d | 2019-12-05 20:51:59 -0800 | [diff] [blame] | 1 | namespace frc971.autonomous; |
2 | |||||
3 | table AutonomousMode { | ||||
4 | // Mode read from the mode setting sensors. | ||||
Ravago Jones | fb6a7a5 | 2020-11-14 13:47:46 -0800 | [diff] [blame] | 5 | mode:int (id: 0); |
Austin Schuh | ed5b26d | 2019-12-05 20:51:59 -0800 | [diff] [blame] | 6 | } |
7 | |||||
8 | root_type AutonomousMode; |