ISR(TIMER0_COMPA_vect) // 1ms Timerinterrupt (Tinyx61) { static uint8_t shift_T1, shift_T2, cnt; cnt++; // Ergebnis taste1, taste2 global, volatile if (cnt&0x01) // alle 2ms Tastenentprellung; macht 16ms best case { shift_T1 <<= 1; shift_T2 <<= 1; // Um eine Stelle nach links schieben shift_T1 |= PINB & (1<