AGirs
girs_pins_nano.h
Go to the documentation of this file.
1 #pragma once
2 
3 // Configuration for Arduino Nano with components soldered on the PCB.
4 
5 #ifndef ARDUINO_AVR_NANO
6 #error This file is for Nano only
7 #endif
8 
9 #define SIGNAL_LED_1 LED_BUILTIN // 13
10 #define SIGNAL_LED_2 A1
11 #define SIGNAL_LED_2_GND A0
12 #define SIGNAL_LED_3 A3
13 #define SIGNAL_LED_3_GND A2
14 #define SIGNAL_LED_4 A5
15 #define SIGNAL_LED_4_GND A4
16 //#define SIGNAL_LED_5 A7
17 //#define SIGNAL_LED_5_GND A6
18 
19 // capture pin (ICP) 8
20 //#define IRSENSOR_1_PULLUP
21 #define IRSENSOR_1_GND 9
22 #define IRSENSOR_1_VCC 10
23 
24 #define IRRECEIVER_1_PIN 5
25 //#define IRRECEIVER_1_PULLUP
26 #define IRRECEIVER_1_GND 6
27 #define IRRECEIVER_1_VCC 7
28 
29 // Send pin 3