Further reading
These additional resources will help you learn more about the concepts covered in this chapter:
- A great YouTube video by Afrotechmods shows more about PWM: https://www.youtube.com/watch?v=YmPziPfaByw.
- Sparkfun has an explanation of PWM at https://learn.sparkfun.com/tutorials/pulse-width-modulation/all where, in addition to its use of motors and servo motors, it shows how you can use the technique to control LED brightness.
- Adafruit, the team that created CircuitPython, has a PWM programming tutorial at https://learn.adafruit.com/circuitpython-essentials/circuitpython-pwm.
- My book Learn Robotics Programming, Second Edition, also published by Packt, has a chapter covering motor steering mechanisms, including the one seen here, with Python code for Raspberry Pi.