inspektors/include/io.h

16 lines
237 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 */
/* Signal LED */
2017-12-18 19:46:10 +02:00
#define LED_1 PD3
2017-11-24 13:29:36 +02:00
/* Servo motors */
#define SERVO_L_PIN PB1
#define SERVO_L OCR1A
#define SERVO_R_PIN PB2
#define SERVO_R OCR1B
2017-11-24 13:29:36 +02:00
2017-11-10 12:38:34 +02:00
#endif