We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c757b9 commit 27a090cCopy full SHA for 27a090c
examples/MultiplePWM/MultiplePWM.ino
@@ -24,7 +24,7 @@ byte counter2;
24
25
void setup() {
26
27
- // Setup the two led pins as OUTPUT
+ // Setup the led pins as OUTPUT
28
pinMode(LED1, OUTPUT);
29
pinMode(LED2, OUTPUT);
30
pinMode(LED3, OUTPUT);
0 commit comments