Clone & Edit Download Edit
Pot Light.ino
1
2
const int POT = 0; //input for the potentiometer
const int LED = 9; //output pin for the led
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX