-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Ticker not implemented #30
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
Comments
How can I implement Ticker.h for my ESP32 ? |
I use timers: http://www.freertos.org/FreeRTOS-Software-Timer-API-Functions.html There is a bit more code for configuration but they work nicely. |
I ported my code over to using FreeRTOS as well and it works quite reasonably. |
Any news on that ? |
If you want backward (or is it forward?) compatibility you can use a quick and dirty library: https://github.com/bertmelis/Ticker-esp32 |
@me-no-dev : shall I merge my Ticker lib into the main repo so it becomes part of the core as in esp8266. A question though: is there something to think about when calling callbacks wrt the dual core system? Arduino is running on core 1, the SDK timers on core 0? |
Closed due it was implemented here: #1057 |
My sketch is in large part based on Ticker.h in the Arduino core for the esp8266. Any idea when this library will be implemented on the 32?
The text was updated successfully, but these errors were encountered: