Fix several bugs

This commit is contained in:
Brooke
2025-04-28 00:00:41 -04:00
parent 39151185fb
commit 8692b71fd8
4 changed files with 24 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ ISR(PORTA_PORT_vect)
delay(5);
// was our pin changed?
if (intflags & PIN3_bm) {
if (intflags & PIN2_bm) {
// start or re-start running a program
run_rgbprog = 1; // run a new program
}