Line 14... |
Line 14... |
14 |
#FUSES NOLVP //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O |
14 |
#FUSES NOLVP //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O |
15 |
#FUSES NOWRT //Program memory not write protected |
15 |
#FUSES NOWRT //Program memory not write protected |
16 |
#FUSES NOWRTD //Data EEPROM not write protected |
16 |
#FUSES NOWRTD //Data EEPROM not write protected |
17 |
#FUSES IESO //Internal External Switch Over mode enabled |
17 |
#FUSES IESO //Internal External Switch Over mode enabled |
18 |
#FUSES FCMEN //Fail-safe clock monitor enabled |
18 |
#FUSES FCMEN //Fail-safe clock monitor enabled |
19 |
#FUSES NOPBADEN //PORTB pins are configured as analog input channels on RESET |
19 |
#FUSES NOPBADEN //PORTB pins are configured as analog input channels on RESET |
20 |
#FUSES NOWRTC //configuration not registers write protected |
20 |
#FUSES NOWRTC //configuration not registers write protected |
21 |
#FUSES NOWRTB //Boot block not write protected |
21 |
#FUSES NOWRTB //Boot block not write protected |
22 |
#FUSES NOEBTR //Memory not protected from table reads |
22 |
#FUSES NOEBTR //Memory not protected from table reads |
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 |