Im using the MPLAB C Compiler to write code to PIC32 microcontroller
I downloaded a .h header file and an accompaning .c source code file to add to the compiler library.
the Header file includes the function names and the .c file has the function codes.
I added the header file successfully in the include folder of the compiler but I dont know how to add the source files.
I checked the lib directory of the compiler and all files are .a
any clue on how to include the .c source file to the c compiler library?
plus: I know I can use the functions by adding them to the source files but I want to add them to the library of the compiler to not add them by every new project I create