sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pins_arduino.h
Go to the documentation of this file.
1 /*
2 #define PIN_DD4 (118)
3 #define PIN_DD5 (119)
4 
5 #define PIN_D0 (2)
6 #define PIN_D1 (1)
7 #define PIN_D2 (4)
8 #define PIN_D3 (3)
9 #define PIN_D4 (8)
10 #define PIN_D5 (7)
11 #define PIN_D6 (10)
12 #define PIN_D7 (9)
13 #define PIN_D8 (20)
14 #define PIN_D9 (19)
15 #define PIN_D10 (22)
16 #define PIN_D11 (21)
17 #define PIN_D12 (63)
18 #define PIN_D13 (64)
19 */
20 #define PIN_LED0 (45)
21 #define PIN_LED1 (44)
22 #define PIN_LED2 (43)
23 #define PIN_LED3 (42)
24 #define PIN_LED4 (41)
25 #define PIN_LED5 (39)
26 #define PIN_LED6 (38)
27 #define PIN_LED7 (37)
28 /*
29 #define PIN_SW1 (34)
30 #define PIN_SW2 (33)
31 
32 #define PIN_SCK (70)
33 #define PIN_MISO (68)
34 #define PIN_MOSI (67)
35 #define PIN_SS (71)
36 #define PIN_DONE (65)
37 #define PIN_RES (66)
38 
39 #define PIN_RX (61)
40 #define PIN_TX (62)
41 #define PIN_RTS (60)
42 #define PIN_CTS (56)
43 #define PIN_DTR (52)
44 #define PIN_DSR (48)
45 #define PIN_DCD (47)
46 
47 #define PIN_CLK (49)
48 
49 #define PIN_ADC_INT (90)
50 #define PIN_ADC_SDA (83)
51 #define PIN_ADC_SCL (84)
52 */
53 
54 #define LED_BUILTIN PIN_LED0
55 
56 #define PIN_A0 (114)
57 #define PIN_A1 (115)
58 #define PIN_A2 (116)
59 #define PIN_A3 (117)
60 
61 static const uint8_t A0 = PIN_A0;
62 static const uint8_t A1 = PIN_A1;
63 static const uint8_t A2 = PIN_A2;
64 static const uint8_t A3 = PIN_A3;
65 static const uint8_t A4 = 0;
66 static const uint8_t A5 = 0;
67 static const uint8_t A6 = 0;
68 static const uint8_t A7 = 0;
#define PIN_A0
Definition: pins_arduino.h:56
#define PIN_A1
Definition: pins_arduino.h:57
#define PIN_A2
Definition: pins_arduino.h:58
#define PIN_A3
Definition: pins_arduino.h:59