aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-wdt.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed halfsleep mode to TICK_DURING_STANDBY. Added blinking indicator LED ↵Selene ToyKeeper2018-06-171-1/+1
| | | | support to Anduril.
* Implemented halfsleep mode.Selene ToyKeeper2018-06-171-0/+4
| | | | | | Will probably change it quite a bit though, so I'm checking in changes first. Needs to be "tick during standby" instead of "half sleep".
* Added TICKS_PER_SECOND because it's handy to avoid hardcoding the WDT speed ↵Selene ToyKeeper2017-08-271-0/+2
| | | | in UI code.
* Completely reorganized SpaghettiMonster code into smaller logical pieces: ↵Selene ToyKeeper2017-08-191-0/+26
fsm-*.c and fsm-*.h.