hi, i want to restart my timer before it expires. suppose my timeout is 2 second and i want to restart it in between 0-2 second based on signal when i receive before expires.
thanks!!
hi, i want to restart my timer before it expires. suppose my timeout is 2 second and i want to restart it in between 0-2 second based on signal when i receive before expires.
thanks!!
I didn't tried but its a very simple question. You can directly call the app_timer_start() again. If that doesn't work, you can stop the timer using app_timer_stop() and again call app_timer_start() at the signal event
I didn't tried but its a very simple question. You can directly call the app_timer_start() again. If that doesn't work, you can stop the timer using app_timer_stop() and again call app_timer_start() at the signal event