aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-eeprom.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-22Replaced hardcoded eeprom index values with auto-calculated enums.Selene ToyKeeper1-2/+2
2017-12-03Made it possible to override address of eeprom array in RAM.Selene ToyKeeper1-0/+4
(useful when trying to use a single large data structure without wasting twice its size in RAM)
2017-09-29Added option to start at memorized level, for momentary use on dual-switch ↵Selene ToyKeeper1-2/+2
lights. Renamed WL versions of eeprom functions, for naming consistency.
2017-08-26Made wear-levelling work. Takes a bunch of extra ROM though.Selene ToyKeeper1-0/+6
Also, I've only tested it a tiny amount.
2017-08-26Added eeprom load/save API (no wear levelling yet), verified it works in ↵Selene ToyKeeper1-0/+58
DarkHorse.