Alex Perry | cb7da4b | 2019-08-28 19:35:56 -0700 | [diff] [blame] | 1 | namespace y2014.sensors; |
2 | |||||
3 | // Published on "/aos" | ||||
4 | table AutoMode { | ||||
5 | // Voltage of the analog auto selector knob. | ||||
Austin Schuh | b3375e0 | 2020-11-14 15:28:31 -0800 | [diff] [blame] | 6 | voltage:double (id: 0); |
Alex Perry | cb7da4b | 2019-08-28 19:35:56 -0700 | [diff] [blame] | 7 | } |
8 | |||||
9 | root_type AutoMode; |