Introduction to Python and Microcontrollers

class myServo

Adapted from Python_Tutorial.pdf — Chapter 18, Servo

Note: this chapter’s orange reference box is labeled “class myServo” in the source PDF — identical to the label in Chapter 19, Stepper Motor, which is why these two are grouped together in this folder.

Before each use of myServo, make sure myservo.py has been uploaded to / on the ESP32-S3, and then add the statement from myservo import myServo to the top of the Python file.