summaryrefslogtreecommitdiff
path: root/ButtonHandler/ButtonHandler.h
AgeCommit message (Collapse)AuthorFiles
2016-01-28add license header to source filesMike Fiore1
2015-11-17join works, but only once - added object for running LoRa operations in a ↵Mike Fiore1
thread, lots of misc updates
2015-11-16put enums inside class scope when possibleMike Fiore1
2015-11-13refactor button class to run a thread - handle button holds when the ↵Mike Fiore1
threshold is reached, not when the button is released
2015-11-13update ButtonHandler - ignore presses less than 20 msMike Fiore1
2015-11-12add class for handling button events - signals main thread when event occurs ↵Mike Fiore1
and main thread can check event - supports SW1 press, SW2 press, and SW1 hold