Skip to content

Commit 8466416

Browse files
committed
Merge pull request #1277 from mdxtinkernick/patch-1
Update build/shared/examples/05.Control/Arrays/Arrays.ino
2 parents 91fe39f + 699bee2 commit 8466416

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/05.Control/Arrays/Arrays.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ int ledPins[] = {
2727
int pinCount = 6; // the number of pins (i.e. the length of the array)
2828

2929
void setup() {
30-
int thisPin;
3130
// the array elements are numbered from 0 to (pinCount - 1).
3231
// use a for loop to initialize each pin as an output:
3332
for (int thisPin = 0; thisPin < pinCount; thisPin++) {

0 commit comments

Comments
 (0)