In this project, we will wire up a servo motor and LED, and control it using the GPIO Zero library. We will start by designing the circuit in Fritzing, and then we will assemble it.
We will start controlling the servo using Python shell.
Finally, we will expand on this knowledge by creating a Python class that will turn the servo motor based on a percentage amount, and turn on, turn off, or flash the LED based on a number passed to the class.
This project should take about 2 hours to complete.