Hello,
Could you let me know some delay functions for microseconds for CYW20706?
Thanks
Solved! Go to Solution.
Hi @bemale ,
To implement delay, there is no direct API. You will have to use timers for the same. Thus there is no way to get less than 1ms delay. Please refer to wiced_timer.h file in WICED SDK ( /20706-A2_Bluetooth/include/wiced_timer.h ).
Hi @bemale ,
To implement delay, there is no direct API. You will have to use timers for the same. Thus there is no way to get less than 1ms delay. Please refer to wiced_timer.h file in WICED SDK ( /20706-A2_Bluetooth/include/wiced_timer.h ).