Posted by Luke De Vincentis on January 10, 2002 at 16:45:24:
In Reply to: Re: programming pics posted by Andy in Indy on January 10, 2002 at 07:22:05:
When you say change the definition do you also mean change #include to p16f84?
Also I was wondering where does this include file come from? I dont have it. Is it hardcoded on to the microchip?
Thanks for your help.
: Alex's program will work on a 16F84. Because of the small differences between the two chips, be sure to change the chip definition from 16c84 to 16f84 before compiling. Everything else will work fine.
: -Andy in Indy