This example code is in the public domain. http://www.arduino.cc/en/Tutorial/IfStatement // These constants won't change: const int analogPin = A0; // pin that the ...
This example code is in the public domain. http://www.arduino.cc/en/Tutorial/Array int timer = 100; // The higher the number, the slower the timing.