Greetings,
I'm trying to develop a project on the nRF5340 DK where I collect measurement data from an I2C sensor (LPS27HHW) before sending the data via bluetooth. My firts problem is that I don't know here the I2C pins are on the board (SDA and SCL). I also heard that it is possible to choose any pin on the board for different drivers, if so, how can that be done in code (setting a specific pin) ?
Thank you in advance.