//digimot //1820.h // 1-wire Dallas 1820 temperature sensor //********************************************************************** // Here fill in port and pin of the Dallas 1820 //...................................................................... #define D1820_PORT PORTA #define D1820_DDR DDRA #define D1820_P PA0 #define D1820_PIN PINA //End of fillings //********************************************************************** #define P_OUT D1820_DDR |= (1<