Rev 3325 Rev 3326
Line 23... Line 23...
23 #FUSES NOEBTRB //Boot block not protected from table reads 23 #FUSES NOEBTRB //Boot block not protected from table reads
24 #FUSES NOCPB //No Boot Block code protection 24 #FUSES NOCPB //No Boot Block code protection
25 #FUSES MCLR //Master Clear pin enabled 25 #FUSES MCLR //Master Clear pin enabled
26 #FUSES LPT1OSC //Timer1 configured for low-power operation 26 #FUSES LPT1OSC //Timer1 configured for low-power operation
27 #FUSES NOXINST //Extended set extension and Indexed Addressing mode disabled (Legacy mode) 27 #FUSES NOXINST //Extended set extension and Indexed Addressing mode disabled (Legacy mode)
28 #FUSES PLL5 //Divide By 12(48MHz oscillator input) 28 #FUSES PLL5 //Divide By 5(20MHz crystall input)
29 #FUSES CPUDIV4 //System Clock by 4 29 #FUSES CPUDIV1 //System Clock by 4
30 #FUSES USBDIV //USB clock source comes from PLL divide by 2 30 #FUSES USBDIV //USB clock source comes from PLL divide by 2
31 #FUSES VREGEN //USB voltage regulator enabled 31 #FUSES VREGEN //USB voltage regulator enabled
32 #FUSES ICPRT //ICPRT enabled 32 #FUSES ICPRT //ICPRT enabled
33   33  
34 #use delay(clock=24000000) 34 #use delay(clock=48000000)
35 #use i2c(Master,Fast,sda=PIN_C4,scl=PIN_B7) 35 #use i2c(Master,Fast,sda=PIN_B0,scl=PIN_B1)
-   36 #use rs232(baud=9600,parity=N,UART1,bits=8)
-   37  
36   38