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