Transistorman
Member
anyone know what to change 628 code to 627 code ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
hiNothing. The only difference is less memory so if it fits it works.
Mike.
list p=16f628
#include<p16f628.inc>
list p=16f627
#include<p16f627.inc>
hi
is it important to change the code , from this
to thisCode:list p=16f628 #include<p16f628.inc>
??Code:list p=16f627 #include<p16f627.inc>
why did they 627 if 628 is already a better one ?![]()
ok , i understandAs a cheaper alternative, for smaller applications - it's the exact same device, just with half the program memory.
Personally I've never bought a 627, as I don't see any point in doing so?.