do i need to change program if i change pic

Thread Starter

adn07

Joined Sep 25, 2007
16
i have made my program for pic16f876 ,and it worked perfectly(with some helpe from friends) .now if i wont to use this programm for another pic ,which is pic16f877 .do i need to change the program .any response would be appreciated.
 

mik3

Joined Feb 4, 2008
4,843
If the 16f876 and 16f877 have identical pins (the function of the pins is the same for both) then the only thing you have to change is the name in the #include...... and the configuration bits
 
Top