Questions
- What does PWM stand for, and what does it accomplish with LEDs?
- Does the Raspberry Pi have any PWM-capable pins? How many?
- Why do we need a GPIO expander board to control our RGB LED?
- How many colors would our RGB LED be able to show without PWM?
- What protocol does our GPIO expander use to communicate with the Raspberry Pi?
- What does the color module do for us?
- How does the REPL help with debugging? What makes it so powerful?