#Control servo #Librerias from machine import Pin, PWM import utime #Variables servo = PWM (Pin (28)) servo.freq (50)