Hi,
With zephyr's example : https://github.com/zephyrproject-rtos/example-application
I am evaluating to add a sample clap sensor as a custom sensor into the zephyr sensor driver model.
But doing everything right, The build system is not recognizing the custom sensor files and generating undefined APIs errors.
I am attaching my project : Zephyr_RTOS_Proficiency.zip
I was able to add the CONFIG symbol, the binding for KY-038 sensor and it is working fine when I call it from prj.conf.
But I am unable to call the APIs i defined into main.c
My custom sensor is defined at : Zephyr_RTOS_Proficiency\drivers\sensor\GPIO_Sensor_KY_038
Kindly suggest

