-->
Page 2 of 2

Re: Timers...Help.

PostPosted: Thu Feb 12, 2015 11:43 am
by kenn
os_timer_disarm to disable any pre-existing timer


I believe that's to disarm (or reset) a specific pre-existing timer before you configure or change it.

So you can have multiple timers running, each with a different callback function, and manage them independently.