Hello everyone,
i am trying to mix up both services proximity and RSSI but i am not able to merge the header files of these two services can anyone guide me? how to merge these two services
Hello everyone,
i am trying to mix up both services proximity and RSSI but i am not able to merge the header files of these two services can anyone guide me? how to merge these two services
Hi
Assuming you use Keil you can add .c and .h files like this:
Add the folder path to your .h files in step 4 and add the necessary .c files in step 6.
Then it sounds like you have not added the correct folder path. ble_bas.h is located in "your_sdk_older\components\ble\ble_services\ble_bas". Then you have to add ble_bas.c, located in the same folder, to your project as described in step 5 and 6.
Then it sounds like you have not added the correct folder path. ble_bas.h is located in "your_sdk_older\components\ble\ble_services\ble_bas". Then you have to add ble_bas.c, located in the same folder, to your project as described in step 5 and 6.