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, IMHO at least one of TWI0_ENABLED
or TWI!_Enabled
should be enabled (e.g. = 1). Not only to become functional, but also to set TWI_COUNT > 0, thus e.g. the array static volatile control_block_t m_cb[TWI_COUNT];
can be initialized.
Hi, IMHO at least one of TWI0_ENABLED
or TWI!_Enabled
should be enabled (e.g. = 1). Not only to become functional, but also to set TWI_COUNT > 0, thus e.g. the array static volatile control_block_t m_cb[TWI_COUNT];
can be initialized.