File tree 2 files changed +8
-4
lines changed
examples/05.Control/IfStatementConditional
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
This example demonstrates the use of if() statements.
5
5
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
7
7
regardless of the level.
8
8
9
9
The circuit:
Original file line number Diff line number Diff line change @@ -368,12 +368,16 @@ ARDUINO 1.5 BETA - 2012.10.22
368
368
ARDUINO 1.0.7
369
369
370
370
[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)
373
377
374
378
[core]
375
379
* 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
377
381
378
382
ARDUINO 1.0.6 - 2014.09.16
379
383
You can’t perform that action at this time.
0 commit comments