Hello everyone. For my research, I have to learn how to use PIC microcontrollers, even though I used ATmel microcontrollers in the the past. I want to know where I can find .h files of all pic microcontrollers?
They will be included with your C compiler. If you play with assembler you have to look in the MPLAB install folder for the *.inc files. Kind of strange question why do you ask about thisHello everyone. For my research, I have to learn how to use PIC microcontrollers, even though I used ATmel microcontrollers in the the past. I want to know where I can find .h files of all pic microcontrollers?
The newer versions of Microchip compilers are going that way too, one common header file for every device family. The C18 project I'm currently doing gets device info fromThat remind me of one thing. In older versions of Hi-Tech C. Many PICs shared the same header file. So it was kind of confusing for the beginner. If you use any version of Hi-Tech C or the XC8 compiler. Read the quickstart.pdf document in the \docs folder
#include <p18cxxx.h>
#include <xc.h>