Clone & Edit Download Edit
optical.ino
1
2
const int photocellPin = A0; //photocell attach to
int sensorValue = 0; // value read from the sensor
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX