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 ## )
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 ## )