AccelStepper
AccelStepper copied to clipboard
esp8266: add an ISR-driven example to protect from WiFi operations
What's the meaning of this PR ?
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.