AGirs
girs_pins_dummy.h
Go to the documentation of this file.
1 #pragma once
2 
3 // Dummy pin Configuration
4 
5 #ifdef ARDUINO
6 #error This file is not for flashing on Arduino
7 #endif
8 
9 #define SIGNAL_LED_1 LED_BUILTIN // 13
10 #define SIGNAL_LED_2 A1
11 #define SIGNAL_LED_3 A2
12 #define SIGNAL_LED_4 A3
13 
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
22 
23 // capture pin (ICP) 49
24 #define IRSENSOR_1_PIN 49
25 #define IRSENSOR_1_PULLUP
26 // not presently implemented
27 #define IRSENSOR_2_PIN 48
28 #define IRSENSOR_2_PULLUP
29 
30 #define IRRECEIVER_1_PIN 5
31 #define IRRECEIVER_1_PULLUP
32 #define IRRECEIVER_2_PIN 7 // 38kHz, ACG4
33 #define IRRECEIVER_3_PIN 8 // 56kHz
34 #define IRRECEIVER_4_PIN 6 // 433 MHz
35 #define IRRECEIVER_5_PIN 49 //IRSENSOR_1_PIN // Non-demodulating sensor
36 
37 #define NON_MOD_PIN 3