Hello team,
Just a simple question:
Once a timer is created using app_timer_create method, and using APP_TIMER_MODE_REPEATED as paremeter, is this timer automatically cleared when app_timer_stop is called? Or just it keeps its value?
Thank you very much.