RGB LED: This lesson will use a tri-color RGB LED. The three LEDs will be turned on gradually using PWM, pulse width modulation. PWM is explained in this lesson. C language syntax will continue to be reinforced with added insight.
Knowledge Check
What semiconductor materials are used for LEDs?
What does analogWrite(255) do?
What does “i+=” do within the C language?