]> vault307.fbx.one Git - random.git/blob - dcmotorSetUp.py
different projects to learn new things
[random.git] / dcmotorSetUp.py
1 from machine import Pin, PWM
2 import time
3
4 pwma=Pin(7,Pin.OUT)
5 ain1=PWM(Pin(12))
6 ain2=PWM(Pin(11))
7