Hi
I am reading the Irms and Vrms data from the register 0x20 so i am using nrf_drv_twi_rx(&m_twi, ACS71020_ADDRESS, m_sample, sizeof(m_sample)); where we specify only device address so how can we know that the data we are getting is from same register.
Thankyou