This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How implement step for connect sensor type I2C or Twi ?

in my tutorial I need to implement an I2C or TWI sensor on a peripheral BLE. In SoftDevice Software in Example-> Peripheral there are 2 methods 1) twi_sensor or 2) twi_master_with_twis_slave, which is the best solution for me, in the first solution it is sufficient to import the files in the project and set the pins and the following methods to configure the sensor reading ???

Related