| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Turned strobe into a function to avoid repeating code, and made it tolerate interruption better.
Got rid of delay after battcheck, since it caused problems if the user didn't wait long enough before trying to turn the light back on.
|
| |
|
|
|
|
|
| |
(because it'd enter standby mode during the strobe pulse,
then continue the flow at next activation by turning the light off)
Replaced bare return values with ones defined in the FSM library.
|
| |
|
|
|
|
|
| |
ZebraLight does.
(previously ramped up one mode instead of resetting to low each time)
|
| | |
|
| |
|
|
|
| |
Added a way to explicitly cancel the current "nice" delay without changing state.
|
| | |
|
|
|
Still needs strobe, beacon, and memory which lasts across battery changes.
|