Go to the documentation of this file.
5 #ifndef ARDUINO_AVR_MEGA2560
6 #error This file is for AVR_MEGA2560 only
9 #define SIGNAL_LED_1 LED_BUILTIN
10 #define SIGNAL_LED_2 A1
11 #define SIGNAL_LED_3 A2
12 #define SIGNAL_LED_4 A3
14 #define SIGNAL_LED_5_GND 22
15 #define SIGNAL_LED_5 23
16 #define SIGNAL_LED_6_GND 24
17 #define SIGNAL_LED_6 25
18 #define SIGNAL_LED_7_GND 26
19 #define SIGNAL_LED_7 27
20 #define SIGNAL_LED_8_GND 28
21 #define SIGNAL_LED_8 29
27 #define IRSENSOR_1_PIN 49
30 #define IRSENSOR_2_PIN 48
31 #define IRSENSOR_2_PULLUP
33 #define IRRECEIVER_1_PIN 5
35 #define IRRECEIVER_2_PIN 7
36 #define IRRECEIVER_3_PIN 8
37 #define IRRECEIVER_4_PIN 6
38 #define IRRECEIVER_5_PIN 49