Skip to content

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

Closed
forthlightning opened this issue Nov 3, 2016 · 7 comments
Closed

Ticker not implemented #30

forthlightning opened this issue Nov 3, 2016 · 7 comments

Comments

@forthlightning
Copy link

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?

@me-no-dev me-no-dev added the Status: To be implemented Selected for Development label Nov 16, 2016
@iAchyut
Copy link

iAchyut commented Jul 28, 2017

How can I implement Ticker.h for my ESP32 ?

@forthlightning
Copy link
Author

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.

@lonerzzz
Copy link
Contributor

lonerzzz commented Aug 1, 2017

I ported my code over to using FreeRTOS as well and it works quite reasonably.

@sansillusion
Copy link

Any news on that ?
It would make it easier to code rather than using if conditions to detect esp8266 or esp32 etc...

@bertmelis
Copy link
Contributor

bertmelis commented Nov 5, 2017

If you want backward (or is it forward?) compatibility you can use a quick and dirty library: https://github.com/bertmelis/Ticker-esp32

@bertmelis
Copy link
Contributor

bertmelis commented Jan 22, 2018

@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?

@copercini
Copy link
Contributor

Closed due it was implemented here: #1057

@copercini copercini removed the Status: To be implemented Selected for Development label Jun 2, 2018
brentru pushed a commit to adafruit/arduino-esp32 that referenced this issue Oct 22, 2024
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

7 participants