int i; int u; int main(void){ DDRB = 0x01; //PB0 = Ausgang(1), der Rest Eingänge(0) PORTB = 0x00; while(1){ //endlos Schleife if(PINB & (1<