mirror of
https://github.com/esp8266/Arduino.git
synced 2025-05-02 10:04:47 +03:00
* lib/Ticker: add bool active() Makes it easier to self detach, and check if a timer is still operating. Signed-off-by: Karl Palsson <karlp@tweak.net.au> * Code cleanup Ticker.cpp