Hello,
I'm new to software development so apologies if this is a simple question but I can't find a straightforward answer for nordic connect sdk on vs code.
An IC I'm trying to use comes with its own libraries, I have .c and .h versions of the file. How do I go about importing them to main.c? I've tried putting them in the src folder and including them but it doesn't seem to work.
I've tried External Library — Zephyr Project Documentation too but it has an extra MakeFile that I don't have and the CMakeLists file is a lot longer than the one given in sample projects so I'm not sure where to start.
Any info/resources would be greatly appreciated!