How do I define my own tick timer from initialization?
Hi
Please look at the JN-AN-1218 Timer Button Scan.
/* Create Z timers */
ZTIMER_eOpen(&u8TimerButtonScan, APP_cbTimerButtonScan, NULL,
ZTIMER_FLAG_PREVENT_SLEEP);
Hope it helps
Regards,
Mario