hello there i want to send output of i2C sensor on ble. but how to add i2c driver for ble application???
hello there i want to send output of i2C sensor on ble. but how to add i2c driver for ble application???
In Keil -> Options for Target -> C/C++ -> Include Paths -> Folder Setup did you provide the paths to your .h files?
Edit nrf_drv_config.h
as I showed in my previous comment. E.g. define TWI0_ENABLED 1
.
Edit nrf_drv_config.h
as I showed in my previous comment. E.g. define TWI0_ENABLED 1
.