
C Source Code
? ledint.c – Main file that contains the main program and interrupt routine
? ledint.h – Header file
? intlib675.obj or intlib629.obj – Library file that contains the Display and Debounce
functions for the PIC12F675 or PIC12F629 respectively
FIGURE C-8:
MPLAB PROJECT SETUP – C
C.5.5.2
FILES REQUIRED FOR LIBRARY MODIFICATION
Assembly Source Code
? intlib.asm – Contains core Display and Debounce routines
(When assembled, a intlib.o file will be created)
C Source Code
? intlib.c – Contains core Display and Debounce routines
(When compiled, a intlib.obj file will be created)
? intlib.h – Header file
? 2004 Microchip Technology Inc.
DS40051D-page 55