Line 11... |
Line 11... |
11 |
#FUSES NOWRT //Program memory not write protected |
11 |
#FUSES NOWRT //Program memory not write protected |
12 |
#FUSES NODEBUG //No Debug mode for ICD |
12 |
#FUSES NODEBUG //No Debug mode for ICD |
13 |
#FUSES NOPROTECT //Code not protected from reading |
13 |
#FUSES NOPROTECT //Code not protected from reading |
14 |
#FUSES NOFCMEN //Fail-safe clock monitor disabled |
14 |
#FUSES NOFCMEN //Fail-safe clock monitor disabled |
15 |
#FUSES NOIESO //Internal External Switch Over mode disabled |
15 |
#FUSES NOIESO //Internal External Switch Over mode disabled |
- |
|
16 |
#FUSES CCPB3 // PWM at PIN_B3 |
16 |
|
17 |
|
17 |
#use delay(clock=8000000) |
18 |
#use delay(clock=8000000) |
18 |
#use rs232(baud=2400,parity=N,xmit=PIN_B5,rcv=PIN_B2,bits=8) |
19 |
#use rs232(baud=2400,parity=N,xmit=PIN_B5,rcv=PIN_B2,bits=8) |
19 |
|
20 |
|