#ifndef PORTS_H #define PORTS_H /* DS18B20+ is configured in DS18B20 library */ /* Signal LEDs */ #define LED_1 PD3 #define LED_2 PD4 #endif