inspektors/include/io.h

11 lines
144 B
C
Raw Normal View History

2017-11-10 12:38:34 +02:00
#ifndef PORTS_H
#define PORTS_H
2017-11-24 13:29:36 +02:00
/* DS18B20+ is configured in DS18B20 library */
2017-12-30 22:48:10 +02:00
/* Signal LEDs */
2017-12-18 19:46:10 +02:00
#define LED_1 PD3
2017-12-30 22:48:10 +02:00
#define LED_2 PD4
2017-11-24 13:29:36 +02:00
2017-11-10 12:38:34 +02:00
#endif