Skip to content

Commit 6c4f7dc

Browse files
committedDec 2, 2014
Merge branch 'master' into ide-1.5.x
Conflicts: hardware/arduino/cores/arduino/wiring.c libraries/Ethernet/src/utility/util.h libraries/Ethernet/src/utility/w5100.cpp libraries/Ethernet/src/utility/w5100.h libraries/Ethernet/util.h libraries/Ethernet/utility/util.h libraries/SPI/SPI.cpp libraries/SPI/SPI.h
2 parents a9735bf + 1be99c3 commit 6c4f7dc

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎build/shared/examples/05.Control/IfStatementConditional/IfStatementConditional.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This example demonstrates the use of if() statements.
55
It reads the state of a potentiometer (an analog input) and turns on an LED
6-
only if the LED goes above a certain threshold level. It prints the analog value
6+
only if the potentiometer goes above a certain threshold level. It prints the analog value
77
regardless of the level.
88
99
The circuit:

‎build/shared/revisions.txt

+7-3
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,16 @@ ARDUINO 1.5 BETA - 2012.10.22
368368
ARDUINO 1.0.7
369369

370370
[libraries]
371-
* Backported GSM from IDE 1.5.x
372-
* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
371+
* Backported SPI Transaction API from IDE 1.5.x (Paul Stoffregen)
372+
* Backported GSM from IDE 1.5.x: fix build regression
373+
* Backported Ethernet from IDE 1.5.x
374+
* Backported SD from IDE 1.5.x
375+
* Backported SPI from IDE 1.5.x
376+
* EthernetClient: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
373377

374378
[core]
375379
* Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt() macro
376-
* Fixed regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057
380+
* Fixed performance regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057
377381

378382
ARDUINO 1.0.6 - 2014.09.16
379383

0 commit comments

Comments
 (0)
Please sign in to comment.