LDR_FUNCTIONALITY
by
madhurihuilgol
Clone & Edit
Download
Edit
LDR_FUNCTIONALITY.ino
1
2
int
sensorPin
=
A0
;
// select the input pin for the ldr
unsigned
int
sensorValue
=
0
;
// variable to store the value coming //from the ldr
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX