Commit Graph

4 Commits

Author SHA1 Message Date
Brooke 4d58a3df74 LEDs now operating on button push
Fixed several bugs:
- TCB wasn't running. The datasheet steps were not complete.
- TCA was waking the MCU and causing the main program to run. Added checks
  to ensure program only runs on button or TCB wakeup.
- Fixed some peculiarities with specific RGBLED programs
2025-04-28 21:07:46 -04:00
Brooke 8692b71fd8 Fix several bugs 2025-04-28 00:00:41 -04:00
true 8a0430f137 fix not sending last frame to LEDs
also, clarified comments a bit
2025-04-23 19:53:59 -07:00
true 70b9fe0dd6 migrate code to AS7, including fucked up arduino import
arduino as a library will not build with -flto. I can't figure it out. so we
waste some space compared to what platformio was building. oh well. there's
still over 1K of space left for programs.
2025-04-23 01:42:39 -07:00