We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91fe39f + 699bee2 commit 8466416Copy full SHA for 8466416
examples/05.Control/Arrays/Arrays.ino
@@ -27,7 +27,6 @@ int ledPins[] = {
27
int pinCount = 6; // the number of pins (i.e. the length of the array)
28
29
void setup() {
30
- int thisPin;
31
// the array elements are numbered from 0 to (pinCount - 1).
32
// use a for loop to initialize each pin as an output:
33
for (int thisPin = 0; thisPin < pinCount; thisPin++) {
0 commit comments