Revision 210 trunk/programmer/test/main.c

main.c (revision 210)
112 112

  
113 113
    PORTB = 0x7;
114 114

  
115
    //myaddr = eeprom_read_byte(1);
116
    //if (myaddr == 18) {
117
    //    PORTB = 0x7;
118
    //}
119
    //_delay_ms(1000);
120
    //PORTB |= _BV(PORTB0);
121
    //_delay_ms(1000);
122
    //reset();
115
    /* myaddr = eeprom_read_byte(1); */
116
    /* if (myaddr == 18) { */
117
    /*    PORTB = 0x7; */
118
    /* } */
119
    /* _delay_ms(1000); */
120
    /* PORTB |= _BV(PORTB0); */
121
    /* _delay_ms(1000); */
122
    /* reset(); */
123 123

  
124 124
    while(1) {
125 125
        _delay_ms(1000);

Also available in: Unified diff