Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/Ticker: add bool active() #2722

Merged
merged 3 commits into from
Jan 5, 2018
Merged

Conversation

karlp
Copy link
Contributor

@karlp karlp commented Dec 1, 2016

Makes it easier to self detach, and check if a timer is still operating.

Signed-off-by: Karl Palsson karlp@tweak.net.au

Makes it easier to self detach, and check if a timer is still operating.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
@codecov-io
Copy link

codecov-io commented Dec 1, 2016

Codecov Report

❗ No coverage uploaded for pull request base (master@9cfbbc7). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #2722   +/-   ##
========================================
  Coverage          ?   27.8%           
========================================
  Files             ?      20           
  Lines             ?    3625           
  Branches          ?     656           
========================================
  Hits              ?    1008           
  Misses            ?    2441           
  Partials          ?     176

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9cfbbc7...e077491. Read the comment docs.

@devyte devyte merged commit 89837fc into esp8266:master Jan 5, 2018
incosystem pushed a commit to incosys/Arduino that referenced this pull request Jan 8, 2018
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants