bootloader_firmware/bootloaderconfig.h File Reference

Go to the source code of this file.

Defines

#define BOOTLOADER_INIT
#define BOOTLOADER_CONDITION   (bit_is_clear(PINC,4))


Define Documentation

#define BOOTLOADER_CONDITION   (bit_is_clear(PINC,4))

Definition at line 35 of file bootloaderconfig.h.

Referenced by main().

#define BOOTLOADER_INIT

Value:

PORTB = 0xff;       \
    DDRB  = 0;          \
    PORTC = 0xff;       \
    DDRC  = _BV(PC5);          \
    PORTD = 0xfa;       \
    DDRD  = 0x02;

Definition at line 27 of file bootloaderconfig.h.

Referenced by main().


Generated on Fri Oct 30 15:43:34 2009 for USB IR HID Device by  doxygen 1.5.8