diff --git a/build/shared/examples/05.Control/IfStatementConditional/IfStatementConditional.ino b/build/shared/examples/05.Control/IfStatementConditional/IfStatementConditional.ino index 15cd822da90..1ee4e9dfb10 100644 --- a/build/shared/examples/05.Control/IfStatementConditional/IfStatementConditional.ino +++ b/build/shared/examples/05.Control/IfStatementConditional/IfStatementConditional.ino @@ -3,7 +3,7 @@ This example demonstrates the use of if() statements. It reads the state of a potentiometer (an analog input) and turns on an LED - only if the LED goes above a certain threshold level. It prints the analog value + only if the potentiometer goes above a certain threshold level. It prints the analog value regardless of the level. The circuit: diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 45ac5e9d57e..bfbe96e5258 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -368,12 +368,16 @@ ARDUINO 1.5 BETA - 2012.10.22 ARDUINO 1.0.7 [libraries] -* Backported GSM from IDE 1.5.x -* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee) +* Backported SPI Transaction API from IDE 1.5.x (Paul Stoffregen) +* Backported GSM from IDE 1.5.x: fix build regression +* Backported Ethernet from IDE 1.5.x +* Backported SD from IDE 1.5.x +* Backported SPI from IDE 1.5.x +* EthernetClient: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee) [core] * Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt() macro -* Fixed regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057 +* Fixed performance regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057 ARDUINO 1.0.6 - 2014.09.16