ArduinoThread
ArduinoThread copied to clipboard
Using micros() in setInterval()
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.