#define F_CPU 9600000UL//9.6MHZ #include #include #include #define Relais PB2 #define Schalter PB4 #define LED PB0 #define Sensor PB1//PB3 bool Status; //Interrupt ISR ISR(INT0_vect) { cli(); PORTB &=~ (1<