summaryrefslogtreecommitdiff
path: root/src/telelcotwo-v0.1
Commit message (Collapse)AuthorAge
* altos: Use simpler debounce logic for buttonstelelaunchtwoKeith Packard2015-12-25
| | | | | | | | | | | Instead of waiting for a while after the transition to decide if it has stuck, signal the event right away and then ignore other transitions for the debounce interval. This seems to work just as reliably, but has the benefit of eliminating button latency at press time. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add TeleLCOTwo firmwareKeith Packard2015-12-23
The LCO side of a two-channel launch controller setup. Signed-off-by: Keith Packard <keithp@keithp.com>