Skip to content

Commit 15727e9

Browse files
committed
Merge remote-tracking branch 'arduino/master' into wifishield-bugfix
2 parents deb309b + ebc3501 commit 15727e9

File tree

21 files changed

+137
-1176
lines changed

21 files changed

+137
-1176
lines changed

build/shared/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++) {

build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
2323
*/
2424

25-
// set pin numbers for the five buttons:
26-
2725
// set pin numbers for the five buttons:
2826
const int upButton = 2;
2927
const int downButton = 3;

build/shared/revisions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* Sort entries in preferences.txt (Shigeru Kanemoto)
1515
* Fixed some wrong translations
1616
* Fixed NPE due to permissions IO error
17+
* Updated drivers for Windows (all-in-one, signature for Win8)
1718

1819
ARDUINO 1.0.3 - 2012.12.10
1920

build/windows/dist/drivers/Arduino Esplora.inf

Lines changed: 0 additions & 107 deletions
This file was deleted.

build/windows/dist/drivers/Arduino Leonardo.inf

Lines changed: 0 additions & 107 deletions
This file was deleted.

build/windows/dist/drivers/Arduino MEGA 2560 REV3.inf

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)