i want to interface the adxl345 accelerometer with the nrf52840 board
i got an code from ADXL375_12C.zip
line 51:ret_code = nrf_drv_twi_rx(p_twi_master,slave_addr, pdata, bytes, false);
in adxl375 too many arguments to function 'nrf_drv_twi_rx'
why it comes when i execute the program in twi_sensor program
and how to change the code for adxl345