aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-adc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Started a Meteor M43 clone UI.Selene ToyKeeper2017-08-311-1/+1
| | | | | | | So far, UI1 and battcheck both work. UI2 and UI3 and other blinkies aren't implement yet. Added 6-bar battcheck style to match Meteor (ish). Increased maximum number of clicks to 12, because WTF. If your UI needs 12 clicks, what are you even doing in life?
* Added thermal config mode... but I'm not sure if it's the right UI for this ↵Selene ToyKeeper2017-08-281-1/+1
| | | | or not.
* Made 4bar and 8bar battcheck styles work.Selene ToyKeeper2017-08-251-0/+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/+6
| | | | | | Added fsm-misc.*, which currently only has interruptible blink functions in it. (for blinking out numbers and such)
* Added thermal regulation to SpaghettiMonster / Baton.Selene ToyKeeper2017-08-231-4/+37
| | | | | | 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/+40
fsm-*.c and fsm-*.h.