alternate for nrf_delay_ms

hello,

i am using nrf52832 with lis3dh accelarometer and max30205 temperature sensor in our customised board with sdk 15.2 in my driver for temperature sensor i am using delay function

i need any alternate for delay function which consumes less current 

while (m_xfer_done == false)
;
nrf_delay_ms(5);// in this line i have to wait for 5 ms 

thanks and regards

manikanadan v

Parents Reply Children
No Data
Related