okay so I started a project and decided I needed a header file that would define everything like the port definitions and such (am I right in that being a header file or is that a include file???)
I tried to use the 'add existing item but that let to weirdness so I just created my own header file and copy and pasted this information that I found in a microchip folder. I have attached some pictures to show what the file looks like.
At the top it says "LIST" then on line 9 "NOLIST". are these reserved syntax words, what do they serve? am I going about this the right way? When I tried to comment out lines 1-43 all of the previously okay definitions (lines 50+) all got flagged as "unable to resolve identifier"
Some useful information might be that when I first created this project using MPLABX v1.90 I told it that I would be using a pic16f84, is my issue that I'm trying to define words ithat were previously defined?
I tried to use the 'add existing item but that let to weirdness so I just created my own header file and copy and pasted this information that I found in a microchip folder. I have attached some pictures to show what the file looks like.
At the top it says "LIST" then on line 9 "NOLIST". are these reserved syntax words, what do they serve? am I going about this the right way? When I tried to comment out lines 1-43 all of the previously okay definitions (lines 50+) all got flagged as "unable to resolve identifier"
Some useful information might be that when I first created this project using MPLABX v1.90 I told it that I would be using a pic16f84, is my issue that I'm trying to define words ithat were previously defined?