Close

Update: firmware bug fix for low-power mode

A project log for Electronic Mancala++

Updated version of my Electronic Mancala Board that uses a ATtiny3224 microcontroller

zachary-murtishiZachary Murtishi 04/14/2025 at 01:100 Comments

I may have discovered why sleep mode wasn't working as intended - I forgot I was trying to enter it through an ISR, rather than in the main program loop. I've moved the snippet of code where the sleep instruction is executed into the main program loop - so far, it appears as it is working, but I have yet to exhaustively test this firmware.

Discussions