#include <16F628A.h> #FUSES NOPUT //No Power Up Timer #FUSES MCLR //Master Clear pin enabled #FUSES BROWNOUT //Reset when brownout detected #FUSES NOLVP //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O #FUSES NOCPD //No EE protection #FUSES PROTECT //Code protected from reads #FUSES HS #use delay(clock=8000000) #use FAST_IO( A ) #use FAST_IO( B )