-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Type: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32
Description
Related area
ESP32 Ticker implementation
Hardware specification
Nano ESP32
Is your feature request related to a problem?
Using the attached example Ticker_Test.zip I measured the minimum period of Ticker.attach()
. For Arduino Nano ESP32 the minimum period is 1ms. Any value <1E-3 results in a 50us period.
However, for ESP32-WROOM-32UE the minimum period is 50us. Any value <5E-5 results in a 50us period.
I have a LIN library which works well with Espressif and a ~300µs Ticker period. However Nano ESP32 fails, because 1ms is too long and 50µs is too short.
Describe the solution you'd like
Is it possible to reduce the minimum period similar like Espressif? For your help thanks a lot in advance!
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Labels
Type: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32