Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

d-a-v
Copy link

@d-a-v d-a-v commented Jul 27, 2022

No description provided.

@guestisp
Copy link

What's the meaning of this PR ?

@d-a-v
Copy link
Author

d-a-v commented Aug 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants