Hi Guys,
I want to implement a simple delay function that takes a x_ms (time in milli-second) as input argument using related functions of the JN-SW-4170 SDK.
Ex:
void delay_ms (uint32_t d_ms)
{
/*JN-SW-4170 timer functions call to implemnt a delay of d_ms ?*/
}
Can you provide an example based on existing functions of the JN-SW4170 to implement such delay?
Thanks,