Unverified Commit a134088a authored by Clemens Kirchgatterer's avatar Clemens Kirchgatterer Committed by GitHub

Implement Ticker::active() (#6148)

parent 78b2df74
......@@ -56,3 +56,7 @@ void Ticker::detach() {
_timer = nullptr;
}
}
bool Ticker::active() {
return esp_timer_is_active(_timer);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment