mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
@ -58,5 +58,6 @@ void Ticker::detach() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool Ticker::active() {
|
bool Ticker::active() {
|
||||||
|
if (!_timer) return false;
|
||||||
return esp_timer_is_active(_timer);
|
return esp_timer_is_active(_timer);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user