Light Sensor with LED Indicator
Combining principles from several beginner Arduino projects, and a slightly more interesting version of the basic Analog Input with a photoresistor tutorial.
One breadboard layout for two different sketches:
1. Using digitalWrite to activate LEDs based on analogRead input from an Ambient Light Sensor or Photoresistor.
2. Using analogWrite and PWM to fade LEDs for added light effect.