sometimes ,I want to close the timer ,but I find it make no difference to using the ke_timer_clear(); Is it must be use in the timer_handler function ?
I am sorry, i dont quite get the question, the ke_timer_clear indeed clears a timer, but there is no reason to clear a timer when its callback gets invoked, that means that the time has elapsed and the timer is cleared. Also please use the app_easy_timer() api for using the timers.
no one knows ?
Hi liyang,
I am sorry, i dont quite get the question, the ke_timer_clear indeed clears a timer, but there is no reason to clear a timer when its callback gets invoked, that means that the time has elapsed and the timer is cleared. Also please use the app_easy_timer() api for using the timers.
Thanks MT_dialog