ArduinoThread icon indicating copy to clipboard operation
ArduinoThread copied to clipboard

Using micros() in setInterval()

Open rafaelfalcaro opened this issue 5 years ago • 0 comments

Hi,

There's a way to set the Thread interval in microseconds?

I tried to edit the "Thread.cpp" file, changing all the millis() to micros(), but it didn't work very well.

rafaelfalcaro avatar Oct 04 '20 20:10 rafaelfalcaro