Your Turn
by
estirtz
Clone & Edit
Download
Edit
Your Turn.ino
1
2
int
sensorPin
=
A0
;
// select the input pin for the potentiometer
int
sensorValue
=
0
;
// variable to store the value coming from the sensor
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX