blob: c9e6a6578d6b3cf5364aef9071b72287a82cdfef [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001namespace y2014.sensors;
2
3// Published on "/aos"
4table AutoMode {
5 // Voltage of the analog auto selector knob.
Austin Schuhb3375e02020-11-14 15:28:31 -08006 voltage:double (id: 0);
Alex Perrycb7da4b2019-08-28 19:35:56 -07007}
8
9root_type AutoMode;