summaryrefslogtreecommitdiff
path: root/ButtonHandler
AgeCommit message (Expand)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 thr...Mike Fiore2
2015-11-16update internal signal in ButtonHandler - stay outside range of signals used ...Mike Fiore1
2015-11-16put enums inside class scope when possibleMike Fiore2
2015-11-13refactor button class to run a thread - handle button holds when the threshol...Mike Fiore2
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