Line 14... |
Line 14... |
14 |
#FUSES NODEBUG //No Debug mode for ICD |
14 |
#FUSES NODEBUG //No Debug mode for ICD |
15 |
#FUSES NOWRT //Program memory not write protected |
15 |
#FUSES NOWRT //Program memory not write protected |
16 |
#FUSES BORV40 //Brownout reset at 4.0V |
16 |
#FUSES BORV40 //Brownout reset at 4.0V |
17 |
|
17 |
|
18 |
#use delay(clock=8000000) |
18 |
#use delay(clock=8000000) |
19 |
#use rs232(baud=4800,parity=N,xmit=PIN_B7,rcv=PIN_B6,bits=8) //nastavi seriovou komunikaci na piny B6, B7 |
19 |
#use rs232(baud=9600,parity=N,xmit=PIN_B7,rcv=PIN_B6,bits=8) //nastavi seriovou komunikaci na piny B6, B7 |
20 |
|
20 |
|
21 |
|
21 |
|
22 |
|
22 |
|