AGirs
girs_pins_nano_shield.h
Go to the documentation of this file.
1 #pragma once
2 
3 // Configuration for my Arduino Nano shield.
4 
5 #ifndef ARDUINO_AVR_NANO
6 #error This file is for Nano only
7 #endif
8 
9 #define SIGNAL_LED_1 13
10 #define SIGNAL_LED_2 A1
11 #define SIGNAL_LED_3 A2
12 #define SIGNAL_LED_4 A3
13 
14 // capture pin (ICP) 8
15 
16 #define IRRECEIVER_1_PIN 5
17 //#define IRRECEIVER_2_PIN 12
18 
19 // Send pin 3
20 
21 #define NON_MOD_PIN 9