Closed Kaspi314 closed 3 years ago
I implemented this change a few months ago. I was waiting to finish v0.4.0 before publishing a new release, but since you asked I decided to release v0.3.5 in the interim. https://github.com/nerdralph/picoCore/releases/tag/v0.3.5
I must have read that and I missed it but this helps a ton.
I had tried with the macro#define __DELAY_BACKWARD_COMPATIBLE__
it actually compiled once but after restarting arduino it would not compile. (I guess avr gcc is quirky about restarting sometimes and it should always be restarted to test changes before committing.)
I'm getting this error trying to use a dynamic delay (int) in delayMicroseconds.
Please support dynamic delay or delayMicroseconds.
I can just poll current time as a workaround in a while loop and compare but this should be somehow included in a way that is clock accurate and supports a dynamic delay.