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

Add support for OS timers #8

Open
mairas opened this issue Dec 11, 2020 · 0 comments
Open

Add support for OS timers #8

mairas opened this issue Dec 11, 2020 · 0 comments

Comments

@mairas
Copy link
Owner

mairas commented Dec 11, 2020

ESPs have OS timers defined using the os_timer_* functions. These have callbacks that behave like interrupts and can be triggered also while synchronous long-running functions (looking at you, WifiManager!) are running. These would allow e.g. LED blinking while WifiManager is active.

Not sure how they should be implemented. Maybe a new TimedReaction type?

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

No branches or pull requests

1 participant