We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b2df7 commit a134088Copy full SHA for a134088
libraries/Ticker/src/Ticker.cpp
@@ -56,3 +56,7 @@ void Ticker::detach() {
56
_timer = nullptr;
57
}
58
59
+
60
+bool Ticker::active() {
61
+ return esp_timer_is_active(_timer);
62
+}
0 commit comments