| Line 1... | Line 1... | 
      
        | 1 | #include <18F8310.h> | 1 | #include <18F8310.h> | 
      
        | 2 | #device adc=8 | 2 | #device adc=8 | 
      
        | 3 |   | 3 |   | 
      
        | 4 | #FUSES WDT                    //No Watch Dog Timer | 4 | #FUSES NOWDT                    //No Watch Dog Timer | 
      
        | 5 | #FUSES WDT128                   //Watch Dog Timer uses 1:128 Postscale | 5 | #FUSES WDT128                   //Watch Dog Timer uses 1:128 Postscale | 
      
        | 6 | #FUSES INTRC_IO                 //Internal RC Osc, no CLKOUT | 6 | #FUSES INTRC_IO                 //Internal RC Osc, no CLKOUT | 
      
        | 7 | #FUSES NOBROWNOUT               //No brownout reset | 7 | #FUSES NOBROWNOUT               //No brownout reset | 
      
        | 8 | #FUSES BORV46                   //Brownout reset at 4.6V | 8 | #FUSES BORV46                   //Brownout reset at 4.6V | 
      
        | 9 | #FUSES PUT                      //Power Up Timer | 9 | #FUSES PUT                      //Power Up Timer |