Hi,
I am using SDK 14.2.0 and SD 132 v 5.
When trying to combine ble_app_beacon with twi_sensor, I get the following error:
..\..\..\main.c(89): error: #253: expected a "," static const nrf_drv_twi_t m_twi = RF_DRV_TWI_INSTANCE(TWI_INSTANCE_ID);
I have included nrf_drv_twi.h in the project options and nrf_drv_twi.c in the project folders. Apart from the above error, I dont get any other errors.
Please help me solve this error.
Thanks.