from machine import Pin, PWM
import time

pwma=Pin(7,Pin.OUT)
ain1=PWM(Pin(12))
ain2=PWM(Pin(11))

