Hello everyone,

I want to add "app_button.h"and "app_scheduler.h" libraries to my projects. Is there no easy way ?
My problem for Segger.
Hello everyone,

I want to add "app_button.h"and "app_scheduler.h" libraries to my projects. Is there no easy way ?
My problem for Segger.
Hi,
if you are trying to add your own header files to your project, open the CMakeLists.txt file, and add
zephyr_library_include_directories( ## ADD PATH TO FOLDER CONTAINING HEADER FILES HERE ## )
If it's the nRF5 SDK you're using, you can add header file directories by going to the Project dropdown menu, select Options..., select Common configuration in the window that opens, go to Preprocessor and User Include Directories and add the path to where the header file is located there.
Best regards,
Simon
I've added some ble related stuff. But it's not appearing in project explorer. is there any additional thing to do?
Are you working in the nRF5 SDK and How exactly have you added these files? The .c file needs to be dragged and dropped into the project explorer or added by right clicking the project explorer and "adding existing file".
Best regards,
Simon