Author Topic: MPLAB IDE library  (Read 4670 times)

0 Members and 1 Guest are viewing this topic.

Offline benjiTopic starter

  • Supreme Robot
  • *****
  • Posts: 830
  • Helpful? 0
MPLAB IDE library
« on: August 16, 2009, 04:37:34 AM »
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
good ol' BeNNy