inspektors/include/io.h

11 lines
144 B
C

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