index
:
mtdot-box-evb-factory-firmware.git
master
Factory Firmware for MTDOT-BOX and MTDOT-EVB
Multi-Tech Systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ButtonHandler
/
ButtonHandler.cpp
Age
Commit message (
Collapse
)
Author
Files
2016-01-28
add license header to source files
Mike Fiore
1
2015-12-11
fix SW1 issue on cold boot by initializing _sw#_running variables
Mike Fiore
1
2015-12-09
update comment about setting pin mode for ButtonHandler interrupts
Mike Fiore
1
2015-11-17
add config layout, remove lots of logging
Mike Fiore
1
2015-11-17
join works, but only once - added object for running LoRa operations in a ↵
Mike Fiore
1
thread, lots of misc updates
2015-11-16
update internal signal in ButtonHandler - stay outside range of signals used ↵
Mike Fiore
1
to communicate with main
2015-11-16
put enums inside class scope when possible
Mike Fiore
1
2015-11-13
refactor button class to run a thread - handle button holds when the ↵
Mike Fiore
1
threshold is reached, not when the button is released
2015-11-13
update ButtonHandler - ignore presses less than 20 ms
Mike Fiore
1
2015-11-12
add class for handling button events - signals main thread when event occurs ↵
Mike Fiore
1
and main thread can check event - supports SW1 press, SW2 press, and SW1 hold