summaryrefslogtreecommitdiff
path: root/ButtonHandler
AgeCommit message (Collapse)AuthorFiles
2016-01-28add license header to source filesMike Fiore2
2015-12-11fix SW1 issue on cold boot by initializing _sw#_running variablesMike Fiore1
2015-12-09update comment about setting pin mode for ButtonHandler interruptsMike Fiore1
2015-11-17add config layout, remove lots of loggingMike Fiore1
2015-11-17join works, but only once - added object for running LoRa operations in a ↵Mike Fiore2
thread, lots of misc updates
2015-11-16update internal signal in ButtonHandler - stay outside range of signals used ↵Mike Fiore1
to communicate with main
2015-11-16put enums inside class scope when possibleMike Fiore2
2015-11-13refactor button class to run a thread - handle button holds when the ↵Mike Fiore2
threshold is reached, not when the button is released
2015-11-13update ButtonHandler - ignore presses less than 20 msMike Fiore2
2015-11-12add class for handling button events - signals main thread when event occurs ↵Mike Fiore2
and main thread can check event - supports SW1 press, SW2 press, and SW1 hold