Rev 2012 Rev 2160
Line 34... Line 34...
34   34  
35 #include <16F887.h> 35 #include <16F887.h>
36 #device adc=8 36 #device adc=8
37   37  
38 #FUSES NOWDT //No Watch Dog Timer 38 #FUSES NOWDT //No Watch Dog Timer
39 #FUSES HS //Internal RC Osc 39 #FUSES HS //External crystal oscillator
40 #FUSES NOPUT //No Power Up Timer 40 #FUSES NOPUT //No Power Up Timer
41 #FUSES MCLR //Master Clear pin enabled 41 #FUSES MCLR //Master Clear pin enabled
42 #FUSES NOPROTECT //Code not protected from reading 42 #FUSES NOPROTECT //Code not protected from reading
43 #FUSES NOCPD //No EE protection 43 #FUSES NOCPD //No EE protection
44 #FUSES NOBROWNOUT //No brownout reset 44 #FUSES NOBROWNOUT //No brownout reset