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.
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.
i have followed your steps but i am not able to succed the steps 4 to include the header files path after i click that path it shows empty wizard
i have aaded the header files based ont he procedure suggested by you but it is not showing the dependcy files and also it showed an error like cannot open source input file "ble_bas_h" :no such file or directory
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.
Thank you very much i succed to add the services.c and .h files