Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aron-bordin committed Apr 9, 2015
1 parent 14bdd66 commit d67e435
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/timer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Arduino Timer
This module allow us to easily create Timer callbacks. In a predetermined interval, your function will be called. Works as a "thread", where a secondary function will run when necessary.

There are two types of timers
* Default: Will run the callback each interval
* Single-shot: Run only once. If you need to run a single shot timer again, use the method ->Start();

* **Default**: Will run the callback each interval
* **Single-shot**: Run only once. If you need to run a single shot timer again, use the method ->Start();


Tutorials
Expand Down

0 comments on commit d67e435

Please sign in to comment.