In this chapter, we will create our first header file, which will be concerned with the configuration words we write for our projects. Later, we will write other useful header files.
We will also look at an important aspect of PIC programs, that of slowing the PIC down. We will create two delays that we will use in our programs.
We will then look at writing a program to control a set of traffic lights.
After reading this chapter, you will know how to create a header file and a delay.