1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/build/shared/examples/05.Control
Arturo Guadalupi 060c1e766c Updated description
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
 regardless of the level.

updated to

 It reads the state of a potentiometer (an analog input) and turns on an LED
 only if the potentiometer goes above a certain threshold level. It prints the analog value
 regardless of the level.
2014-11-24 09:37:20 +01:00
..
Arrays Update build/shared/examples/05.Control/Arrays/Arrays.ino 2013-02-11 21:41:30 +00:00
ForLoopIteration Renumbered examples 2012-03-19 19:44:06 -04:00
IfStatementConditional Updated description 2014-11-24 09:37:20 +01:00
switchCase Added delays to some serial examples to avoid crashing the serial monitor. 2012-04-09 10:48:40 -04:00
switchCase2 Renumbered examples 2012-03-19 19:44:06 -04:00
WhileStatementConditional Renumbered examples 2012-03-19 19:44:06 -04:00