Integrating Adafruit Library with Zephyr on nRF52

Hi everyone,

I am currently working on a project using the Zephyr RTOS on an nRF52 board and I'm looking to integrate the Adafruit library into my project. Most of the Adafruit libraries are developed for Arduino and use C++, while the example code for Zephyr and nRF52 typically uses C.

I'm wondering if there are any tutorials or guides available that can help with integrating Adafruit libraries into a Zephyr project on the nRF52 platform. Any pointers on handling the differences between C and C++ in this context would also be greatly appreciated.

Thank you for your assistance!

Related