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?
it gives me error like
............\components\drivers_nrf\twi_master\nrf_drv_twi.c(90): error: #94-D: the size of an array must be greater than zero
............\components\drivers_nrf\twi_master\nrf_drv_twi.c(95): error: #1514: an empty initializer is invalid for an array with unspecified bound
it gives me error like
............\components\drivers_nrf\twi_master\nrf_drv_twi.c(90): error: #94-D: the size of an array must be greater than zero
............\components\drivers_nrf\twi_master\nrf_drv_twi.c(95): error: #1514: an empty initializer is invalid for an array with unspecified bound