Project

General

Profile

Revision 154

added bootloader code

View differences:

main.c
143 143
	init_pins();		//Set pin directions
144 144
	init_uart(51);		//Set registers for uart
145 145
	/***** End Start-up Sequence *****/
146
    while(1) {
147
      PORTB |= _BV(PORTB1);
148
      _delay_ms(100);
149
      PORTB &= ~_BV(PORTB1);
150
      _delay_ms(100);
151
    }
146 152

  
147 153
    uint8_t r;
148 154
    

Also available in: Unified diff