mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-29 03:50:58 +02:00
Track microseconds overflow
Closes: https://github.com/espressif/arduino-esp32/pull/267
This commit is contained in:
@ -14,6 +14,7 @@ void loopTask(void *pvParameters)
|
||||
{
|
||||
setup();
|
||||
for(;;) {
|
||||
micros(); //update overflow
|
||||
loop();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user