#include //Deklarationen #include //für Interrupt #include //für Interrupt #include //für Delay //#ifndef F_CPU // //#define F_CPU 3686400UL //für richtige Zeit //#endif // volatile unsigned char toggle=0; //globale Variable volatile unsigned int count=0; //globale Variable int main (void) { DDRA = 0xFF; //Ausgang PORTA PORTA = 0xFF; //LED Aus // Timer 0 konfigurieren TCCR0A = (1<