/************************************************************************ Drehgeber Author: ing. Richard Szymanski target: ATmega48, -88, -168 Frequenz: intern 8 MHz ************************************************************************/ #define F_CPU 8000000UL #include #include #include #include #include "HD44780.c" char str1[20]; int count; //------------------------------------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------------------------------------ void EXT_INT_0_1_init(void) { DDRD = 0b11110011; // Set PD2;3 = Input, Others Output EIMSK |= (1<