000000widow-hackspacecon/fw/HackSpaceCon_AS7/HSC_Wand
true cf209fce4d possibly fix wasted power in idle mode
arduino uses TCA timer to do its things. it doesn't need to do anything
while the MCU is in low power sleep. disable TCA whenever entering sleep
from user code.

note that the prior "working" demo commented using the rgb_run_next sleep
loop in the program. was still diagnosing issues with TCB0 interrupt.
if there's still issues waking from idle with TCB interrupt, then things
will still need to be addressed...

this fix is untested.
2025-04-28 20:19:36 -07:00
..
HSC_Wand.componentinfo.xml migrate code to AS7, including fucked up arduino import 2025-04-23 01:42:39 -07:00
HSC_Wand.cppproj don't run timers in stop mode while debugging 2025-04-27 21:37:56 -07:00
hsv2rgb.cpp migrate code to AS7, including fucked up arduino import 2025-04-23 01:42:39 -07:00
hsv2rgb.h migrate code to AS7, including fucked up arduino import 2025-04-23 01:42:39 -07:00
isr.cpp LEDs now operating on button push 2025-04-28 21:07:46 -04:00
rgbled.cpp LEDs now operating on button push 2025-04-28 21:07:46 -04:00
rgbled.h LEDs now operating on button push 2025-04-28 21:07:46 -04:00
wand_program.cpp possibly fix wasted power in idle mode 2025-04-28 20:19:36 -07:00