• Calling TWI driver from multiple files using nrf_drv_twi

    Hi, I use nrf51822 with SDK8.1, S110 and gcc with Makefile. I want to use nrf_drv_twi in both my main “.c” file as well as a library “.c” file that is included in the build. So in my main file I have: #include <nrf_drv_twi.h> //create TWI hardware…