In an effort to reduce the amount of text in the program listings and reduce the amount whereby I simply repeat myself, let’s create and use a series of header files. Header files are used when your programs use the same series of instructions in exactly the same way in all your projects and programs.
In this book, you will create three header files. The first will be concerned with the configuration words you write for your projects. The configuration words are used to configure how the PIC applies the essential parameters of the PIC. They have to be written ...