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?
Hi, check nrd_drv_config.h
.
Do you have:
#define TWI0_ENABLED 0
#define TWI0_ENABLED 1
.....
#define TWI_COUNT (TWI0_ENABLED+TWI1_ENABLED)
Hi, check nrd_drv_config.h
.
Do you have:
#define TWI0_ENABLED 0
#define TWI0_ENABLED 1
.....
#define TWI_COUNT (TWI0_ENABLED+TWI1_ENABLED)