SIGNAL (SIG_INTERRUPT0) { cli(); if (timerflag == 0) { // Wird Interrupt zum 1. oder zum 2.mal ausgelöst timerflag = 1; TCCR1B = 0b00000011; // Timer einschalten Prescaler = 64 } else { TCCR1B = 0b00000000; // Timer aus while ( !( UCSRA & (1<