Commit Graph

10 Commits

Author SHA1 Message Date
true 1c34e1228f more boilerplate and cleanup 2025-04-04 03:05:42 -07:00
true 010eeae72f fix bugs in circle fade program 2025-04-04 03:01:05 -07:00
true 0ac7f4e7e2 changed code to match board; fixed a couple bugs
was able to put the button on PA2 and confirm PA1 for the LED data. because we're using PA2 for the button, we have async sleep support and no longer need to do all the button checks and mitigations for the partial-async pin which was used before.

compiled code size is slightly larger after removal of mitigations and other minor fixes...
2025-04-04 02:58:24 -07:00
true e614e47d4a add circle spin fadeout whatever program 2025-04-04 00:35:34 -07:00
true 9413b9997a broke out interrupts into isr.cpp 2025-04-03 14:41:33 -07:00
true b5bf65fead more cleanup and clarity 2025-04-03 14:21:48 -07:00
true 3607db3c4c add hsv2rgb; rainbow puke should work now 2025-04-03 14:18:28 -07:00
true c1d0fef585 expanded comments, minor cleanups, minor fixes
fixed inconsistent timing when re-enabling TCB0 timer
fixed sleep wake on button release causes a fast frame bug
2025-04-03 14:06:21 -07:00
true 5b73fd93d3 add main.cpp header comments describing expected operation 2025-04-02 21:48:58 -07:00
true 5f0a0feed1 initial commit of in-progress platformio/arduino code 2025-04-02 21:37:50 -07:00