AGirs
girs_pins_combi_shield.h
Go to the documentation of this file.
1 #pragma once
2 
3 // Configuration for a shield for Arduino Uno and similar.
4 
5 #ifdef ARDUINO_AVR_NANO
6 #error This file is not for Nano
7 #elif defined(ARDUINO_AVR_MICRO)
8 #error This file is not for Micro
9 #endif
10 
11 #define SIGNAL_LED_1 13
12 #define SIGNAL_LED_2 A1
13 #define SIGNAL_LED_3 A2
14 #define SIGNAL_LED_4 A3
15 #define SIGNAL_LED_5 A0
16 #define SIGNAL_LED_6 6
17 #define SIGNAL_LED_7 7
18 #define SIGNAL_LED_8 2
19 
20 #define IRSENSOR_1_PIN 8
21 // capture pin (ICP) 8/4/49
22 //#define IRSENSOR_1_PULLUP
23 
24 #define IRRECEIVER_1_PIN 5
25 //#define IRRECEIVER_1_PULLUP
26 #define IRRECEIVER_2_PIN 11
27 #define IRRECEIVER_3_PIN 12
28 //#define IRRECEIVER_4_PIN 8 // Non-demodulating sensor
29 //#define IRRECEIVER_4_PIN IRSENSOR_1_PIN // Non-demodulating sensor
30 
31 // Send pin 3/9
32 
33 #define NON_MOD_PIN 10