Go to the source code of this file.
Defines | |
#define | BOOTLOADER_INIT |
#define | BOOTLOADER_CONDITION (bit_is_clear(PINC,4)) |
#define BOOTLOADER_CONDITION (bit_is_clear(PINC,4)) |
#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().