This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using single shot timer to create repeated timers with changing intervals

I would like to use the single shot timer and when the timeout handler is called, I would like to set up the same timer again with different interval this time. Do I have to use both of the app_timer_create and app_timer_start functions, or would just using app_timer_start suffice? (In other words, I'm not sure whether the timer needs to be recreated or not).

Thank you!

Related