Replies: 1 comment 2 replies
-
Hi... During some tests using microseconds precision, I noticed that the output was not respecting the parameterized in the Ticker function. I made a small change in the library (Ticker.cpp) and it was working as needed. The change made was as follows: Ticker::Ticker(fptr callback, uint32_t timer, uint32_t repeat, resolution_t resolution) { I only commented one line ( //if (resolution == MICROS) timer = timer * 1000; ) and for me it worked perfectly. Is this change correct? |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions