AccelStepper icon indicating copy to clipboard operation
AccelStepper copied to clipboard

esp8266: add an ISR-driven example to protect from WiFi operations

Open d-a-v opened this issue 3 years ago • 2 comments

d-a-v avatar Jul 27 '22 15:07 d-a-v

What's the meaning of this PR ?

guestisp avatar Jun 19 '23 17:06 guestisp

On esp8266, it allows to call stepper.run() at a regular basis, transparently, from an interrupt. The mcu is then allowed to do other things, possibly long loops, without glitches on the stepper. On single-core esp8266, I can run a webserver while the stepper is smoothly running.

d-a-v avatar Aug 30 '23 14:08 d-a-v