aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-states.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ramp config mode actually works now...Selene ToyKeeper2017-08-271-6/+7
| | | | | | Added EV_reenter_state event to indicate an obscuring state was popped off the stack and the underlying one is now on top again.
* Added thermal regulation to SpaghettiMonster / Baton.Selene ToyKeeper2017-08-231-0/+2
| | | | | | Made some LVP values configurable. Removed high_temperature() / low_temperature() shortcuts for now.
* Completely reorganized SpaghettiMonster code into smaller logical pieces: ↵Selene ToyKeeper2017-08-191-0/+108
fsm-*.c and fsm-*.h.