summaryrefslogtreecommitdiff
path: root/pdclib
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>
* Move pdclib build results to pdclib-rootKeith Packard2013-12-18
| | | | | | This makes pdclib easier to manage as a submodule Signed-off-by: Keith Packard <keithp@keithp.com>
* include pdclib in wrong placeKeith Packard2013-12-18