Create a Night Light

This is an example of using an input (sensor) component to change an output of an output component.

Supplies

Diagram

The photoresistor data (yellow) is connected to pin A0 (analog) and the LED data (orange) is connected to pin 2 (digital).

Code

This code gets the amount of light coming in via the sensor and if it's dark enough, the LED will light up.

Last updated

Was this helpful?