Fix several bugs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user