Atom Stepmotor minimum code
-
This is the minimum code i can get to make the Atom stepmotor to move.
from m5ui import * from uiflow import * from easyIO import * import machine import time digitalWrite(22, 0) digitalWrite(23, 0) pin0 = machine.Pin(19, mode=machine.Pin.OUT, pull=machine.Pin.PULL_UP) while True: pin0.on() wait_ms(2) pin0.off() wait_ms(1) wait_ms(2)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login