Skip to content

Commit 27a090c

Browse files
committed
Update MultiplePWM.ino
1 parent 0c757b9 commit 27a090c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MultiplePWM/MultiplePWM.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ byte counter2;
2424

2525
void setup() {
2626

27-
// Setup the two led pins as OUTPUT
27+
// Setup the led pins as OUTPUT
2828
pinMode(LED1, OUTPUT);
2929
pinMode(LED2, OUTPUT);
3030
pinMode(LED3, OUTPUT);

0 commit comments

Comments
 (0)