Stephan Massalt | d021f97 | 2020-01-05 20:41:23 -0800 | [diff] [blame] | 1 | namespace y2020.control_loops.superstructure; |
2 | |||||
3 | table Output { | ||||
Sabina Davis | 70d5e91 | 2020-01-31 21:10:37 -0800 | [diff] [blame^] | 4 | // Votage sent to the hood. Positive moves up. |
5 | hood_voltage:double; | ||||
Stephan Massalt | d021f97 | 2020-01-05 20:41:23 -0800 | [diff] [blame] | 6 | } |
7 | |||||
8 | root_type Output; |