The Accel version would be nice but even the standard arduino version would be fine.
Regards,
Jim
Explore... Chat... Share...
Moderator: Mmiscool
[moveMotor]
' Variables you meed to set:
' ID - stepper motor id, 0 to 7
' DIRECTION - 1 = forward, 0 = reverse
' STEPS - Number of steps to go
' STEPDELAY - milliseconds to delay between steps
' Start by setting multiplexers to address the correct stepper motor driver
if id>3 then io(po,14,1) else io(po,14,0)
if (id and 2) >0 then io(po,13,1) else io(po,13,0)
if (id and 1) >0 then io(po,12,1) else io(po,12,0)
' Set direction
io(po,4,direction)
' Perform all requested steps
for stepcount=1 to steps
io(po,5,1)
io(po,5,0)
delay stepdelay
next stepcounter
return
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]