LDR Circuit
by
STEMpedia
Clone & Edit
Download
Edit
LDR Circuit.ino
1
2
const
int
analogInPin
=
A0
;
// Analog input pin that the potentiometer is attached to
const
int
analogOutPin
=
3
;
// Analog output pin that the LED is attached to
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX