aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-pcint.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Save a few bytes by changing how PCINT is defined.Selene ToyKeeper2018-01-241-0/+3
| | | | | Minor comment cleaning.
* Debouncing finally works (at least, it does on my two test hosts).Selene ToyKeeper2017-12-121-23/+17
|
* Greatly improved button debouncing. Helps a lot on FW3A and my light saber.Selene ToyKeeper2017-12-111-4/+21
| | | | | Debouncing isn't 100% yet though.
* Completely reorganized SpaghettiMonster code into smaller logical pieces: ↵Selene ToyKeeper2017-08-191-0/+76
fsm-*.c and fsm-*.h.