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

Error while include multiple sensor file

I am working on nrf52832. i want to transmit the multiple sensor data via ibeacon.

when i am include first sensor(.h and .c) its working fine. but including 2nd sensor file getting error in linking.

i am using sdk 15.0. i was enable twi instance through sdk_config.h but still getting error.

 TWI0_ENABLED - Enable TWI0 instance
//==========================================================
#ifndef TWI0_ENABLED
#define TWI0_ENABLED 1


// <e> TWI_ENABLED - nrf_drv_twi - TWI/TWIM peripheral driver - legacy layer
//==========================================================
#ifndef TWI_ENABLED
#define TWI_ENABLED 1
#endif

please some help me.

Parents Reply Children
No Data
Related