commit | 7eed2de9427cdbd22e901b081ccce8ddda8815bd | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat May 25 14:34:40 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun May 26 14:39:50 2019 -0700 |
tree | 8e1349f2ef96488246dbb18f85c64bbdd8c6a14f | |
parent | 3578a2e706cc344371fd8d2c8928718460238fe3 [diff] [blame] |
Convert y2014 AutoMode queue to an EventLoop Change-Id: Ic9d6e80da8c955eb8c61e6b2b2fba220da1b62ec
diff --git a/y2014/queues/auto_mode.q b/y2014/queues/auto_mode.q index 49c6192..b07f526 100644 --- a/y2014/queues/auto_mode.q +++ b/y2014/queues/auto_mode.q
@@ -1,6 +1,7 @@ package y2014.sensors; +// Published on ".y2014.sensors.auto_mode" message AutoMode { + // Voltage of the analog auto selector knob. double voltage; }; -queue AutoMode auto_mode;