Hi,
I am using SHT21 Temp sensor via TWI manager. As per the spec shown in the image
I have to add 20us delay between the sensor ACK and STOP command.
Is there any way to add delay when using TWI manager?
Regards Siva
Hi,
I am using SHT21 Temp sensor via TWI manager. As per the spec shown in the image
I have to add 20us delay between the sensor ACK and STOP command.
Is there any way to add delay when using TWI manager?
Regards Siva
Hey
You can implement a blocking delay between the transfers with nrf_delay_us(20);
if you have included "nrf_delay.h".
Hey
You can implement a blocking delay between the transfers with nrf_delay_us(20);
if you have included "nrf_delay.h".