//Errortest Compiler mit Tiny13A #include #define F_CPU 1200000UL // dif 8 original ein #include #include #include #include int main() { DDRB=0x0F; //ausg0123 PORTB &=~0x0F;// Pullups dafür aus uint8_t x=8; //while(1) for(;;) { //_delay_ms(17); // geht nicht _delay_loop_2(29); // funktioniert //for(x=0; x<28; x++) // geht nicht //PORTB ^= (1<1; x--) // geht nicht //PORTB ^= (1<=1) // auch das geht nicht //{ //PORTB ^= (1<=55) // funktioniert aber Quatsch while(x<=55) // auch das geht nicht { PORTB ^= (1<