File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
examples/05.Control/IfStatementConditional Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change @@ -368,12 +368,16 @@ ARDUINO 1.5 BETA - 2012.10.22
368368ARDUINO 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
378382ARDUINO 1.0.6 - 2014.09.16
379383
You can’t perform that action at this time.
0 commit comments