aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-misc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Got the 4th PWM channel to work, ish. (channel 4 is inverted though)Selene ToyKeeper2017-09-031-1/+1
| | | | | | | | | Moved go_to_suspend thing into main() instead of making each UI handle that during loop(). Made default_state() optional. Fixed bug where battcheck and other number readouts could interfere with the state which interrupted them. (they would sometimes turn the LED off after the new state had already started) Updated darkhorse's moon levels to match new ramp on D4 hardware.
* Made 4bar and 8bar battcheck styles work.Selene ToyKeeper2017-08-251-1/+3
| | | | | Added LVP handling for other modes, including battcheck.
* Added battcheck mode to ramping-ui. It's bigger than I had hoped. :(Selene ToyKeeper2017-08-251-0/+91
Added fsm-misc.*, which currently only has interruptible blink functions in it. (for blinking out numbers and such)