whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.19k stars 221 forks source link

how to stop a stepper motor? #270

Closed ar055 closed 4 years ago

ar055 commented 5 years ago

Is it possible to stop the stepping motor prematurely and find out the number of steps it has passed?

the0ne commented 5 years ago

in the wiki it's visible that this is currently not possible and the source confirms that there currently is no interface to stop a stepper.

ar055 commented 5 years ago

Is this feature expected to be added?

jolivepetrus commented 5 years ago

@ar055, @the0ne,

Yes, this function will be added soon. I'm on vacation until next Tuesday.

jolivepetrus commented 4 years ago

@ar055, @the0ne,

Done in https://github.com/whitecatboard/Lua-RTOS-ESP32/commit/021cd2b57ab1e76f7a6a1d60479012e4b02735be.