schinken / SimpleTimer

Fork of Arduino SimpleTimer Library (http://playground.arduino.cc/Code/SimpleTimer)
77 stars 43 forks source link

Timerid #6

Closed ghost closed 6 years ago

ghost commented 7 years ago

so,how do you set and use it?

schinken commented 6 years ago

The timerId is returned if you setup a interval or timeout. You can use that timerId to cancel that timeout prematurely or stop a interval.