Hello,
I need to connect a custom I2C device to the nRF52-DK, and I am using the sdk v1.6.0-rc2.
I am new to this development environment and I don't know how to initialize I2C and what functions to use to write / read a register with I2C.
There is a minimal example where I can see how to initialize the i2c bus (i2c0) and what are the functions to write and read on the i2c bus.
I have seen the examples in the sdk, but I cannot understand how it works.
Thanks in advance.