#include <avr/io.h> int main (void) { DDRD = 0x40; /* binär: 0100 0000 */ PORTD = 0x00; /* binär: 0000 0000 */ while (1); return 0; }