Skip to content

Commit 0c757b9

Browse files
committed
Update Loop3.ino
1 parent ce19aea commit 0c757b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MultiplePWM/Loop3.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Task no.3
33

44
void loop3 () {
5-
analogWrite(led2, counter2);
5+
analogWrite(LED3, counter2);
66
counter2++;
77
delay(7);
88
}

0 commit comments

Comments
 (0)