HI
The SDK is "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0" and I find a question that is: for all thread programs, add nrf_ delay_ ms () function in while (true) will affect the operation delay of the key, what's the matter?
thanks!
HI
The SDK is "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0" and I find a question that is: for all thread programs, add nrf_ delay_ ms () function in while (true) will affect the operation delay of the key, what's the matter?
thanks!
Hi
I'm having some trouble understanding what exactly you mean. Are you asking whether adding a delay to the main loop will cause a delay in your application? If so, yes it will.
Best regards,
Simon
Hi
I'm having some trouble understanding what exactly you mean. Are you asking whether adding a delay to the main loop will cause a delay in your application? If so, yes it will.
Best regards,
Simon
Hi
What I mean is adding a delay to the main loop will cause a delay of button event and I have tryed several programs are the same result.