arduinohandbook.wordpress.com
6 – Disco Strobe Light
const int analogInPin = A0; // Analog pin pot is attached to int sensorValue = 0; // value read from pot int timer = 0; // delay value void setup() { //digital pin 12, 11 as an output…