Proper way to use a Library (.a)
Hi everyone,
Designing the BLE (bluetooth low energy) part of my software, I have to use BlueNRG-1, BlueNRG-2 DK SW package.
First of all, I included by hands the library file (.a).
But there is a lot of source-code that is not provided in the library (but in others files), I then decided to include manually headers file and others source code files (.c). Dont know if its a good practice.
Are their others options instead of manually including .a, .h and .c files ?
I recently realized that new versions of source code was available, and manually do migration every-time is error-prone and long to do.
Thanks for advice !

