arduino_pinmap.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015,2017 Freie Universität Berlin
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
22 #ifndef ARDUINO_PINMAP_H
23 #define ARDUINO_PINMAP_H
24 
25 #include "periph/gpio.h"
26 #include "periph/adc.h"
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
36 #define ARDUINO_PIN_0 GPIO_PIN(PA, 8)
37 #define ARDUINO_PIN_1 GPIO_PIN(PA, 9)
38 #define ARDUINO_PIN_2 GPIO_PIN(PB, 25)
39 #define ARDUINO_PIN_3 GPIO_PIN(PC, 28)
40 #define ARDUINO_PIN_4 GPIO_PIN(PA, 29)
41 #define ARDUINO_PIN_5 GPIO_PIN(PC, 25)
42 #define ARDUINO_PIN_6 GPIO_PIN(PC, 24)
43 #define ARDUINO_PIN_7 GPIO_PIN(PC, 23)
44 #define ARDUINO_PIN_8 GPIO_PIN(PC, 22)
45 #define ARDUINO_PIN_9 GPIO_PIN(PC, 21)
46 #define ARDUINO_PIN_10 GPIO_PIN(PC, 29)
47 #define ARDUINO_PIN_11 GPIO_PIN(PD, 7)
48 #define ARDUINO_PIN_12 GPIO_PIN(PD, 8)
49 #define ARDUINO_PIN_13 GPIO_PIN(PB, 27)
50 #define ARDUINO_PIN_14 GPIO_PIN(PD, 4)
51 #define ARDUINO_PIN_15 GPIO_PIN(PD, 5)
52 #define ARDUINO_PIN_16 GPIO_PIN(PA, 13)
53 #define ARDUINO_PIN_17 GPIO_PIN(PA, 12)
54 #define ARDUINO_PIN_18 GPIO_PIN(PA, 11)
55 #define ARDUINO_PIN_19 GPIO_PIN(PA, 10)
56 #define ARDUINO_PIN_20 GPIO_PIN(PB, 12)
57 #define ARDUINO_PIN_21 GPIO_PIN(PB, 13)
58 #define ARDUINO_PIN_22 GPIO_PIN(PB, 26)
59 #define ARDUINO_PIN_23 GPIO_PIN(PA, 14)
60 #define ARDUINO_PIN_24 GPIO_PIN(PA, 15)
61 #define ARDUINO_PIN_25 GPIO_PIN(PD, 0)
62 #define ARDUINO_PIN_26 GPIO_PIN(PD, 1)
63 #define ARDUINO_PIN_27 GPIO_PIN(PD, 2)
64 #define ARDUINO_PIN_28 GPIO_PIN(PD, 3)
65 #define ARDUINO_PIN_29 GPIO_PIN(PD, 6)
66 #define ARDUINO_PIN_30 GPIO_PIN(PD, 9)
67 #define ARDUINO_PIN_31 GPIO_PIN(PA, 7)
68 #define ARDUINO_PIN_32 GPIO_PIN(PD, 10)
69 #define ARDUINO_PIN_33 GPIO_PIN(PC, 1)
70 #define ARDUINO_PIN_34 GPIO_PIN(PC, 2)
71 #define ARDUINO_PIN_35 GPIO_PIN(PC, 3)
72 #define ARDUINO_PIN_36 GPIO_PIN(PC, 4)
73 #define ARDUINO_PIN_37 GPIO_PIN(PC, 5)
74 #define ARDUINO_PIN_38 GPIO_PIN(PC, 6)
75 #define ARDUINO_PIN_39 GPIO_PIN(PC, 7)
76 #define ARDUINO_PIN_40 GPIO_PIN(PC, 8)
77 #define ARDUINO_PIN_41 GPIO_PIN(PC, 9)
78 #define ARDUINO_PIN_42 GPIO_PIN(PA, 19)
79 #define ARDUINO_PIN_43 GPIO_PIN(PA, 20)
80 #define ARDUINO_PIN_44 GPIO_PIN(PC, 19)
81 #define ARDUINO_PIN_45 GPIO_PIN(PC, 18)
82 #define ARDUINO_PIN_46 GPIO_PIN(PC, 17)
83 #define ARDUINO_PIN_47 GPIO_PIN(PC, 16)
84 #define ARDUINO_PIN_48 GPIO_PIN(PC, 15)
85 #define ARDUINO_PIN_49 GPIO_PIN(PC, 14)
86 #define ARDUINO_PIN_50 GPIO_PIN(PC, 13)
87 #define ARDUINO_PIN_51 GPIO_PIN(PC, 12)
88 #define ARDUINO_PIN_52 GPIO_PIN(PB, 21)
89 #define ARDUINO_PIN_53 GPIO_PIN(PB, 14)
90 #define ARDUINO_PIN_54 GPIO_PIN(PA, 16)
91 #define ARDUINO_PIN_55 GPIO_PIN(PA, 24)
92 #define ARDUINO_PIN_56 GPIO_PIN(PA, 23)
93 #define ARDUINO_PIN_57 GPIO_PIN(PA, 22)
94 #define ARDUINO_PIN_58 GPIO_PIN(PA, 6)
95 #define ARDUINO_PIN_59 GPIO_PIN(PA, 4)
96 #define ARDUINO_PIN_60 GPIO_PIN(PA, 3)
97 #define ARDUINO_PIN_61 GPIO_PIN(PA, 2)
98 #define ARDUINO_PIN_62 GPIO_PIN(PB, 17)
99 #define ARDUINO_PIN_63 GPIO_PIN(PB, 18)
100 #define ARDUINO_PIN_64 GPIO_PIN(PB, 19)
101 #define ARDUINO_PIN_65 GPIO_PIN(PB, 20)
102 #define ARDUINO_PIN_66 GPIO_PIN(PB, 15)
103 #define ARDUINO_PIN_67 GPIO_PIN(PB, 16)
104 #define ARDUINO_PIN_68 GPIO_PIN(PA, 1)
105 #define ARDUINO_PIN_69 GPIO_PIN(PA, 0)
106 #define ARDUINO_PIN_70 GPIO_PIN(PA, 17)
107 #define ARDUINO_PIN_71 GPIO_PIN(PA, 18)
108 #define ARDUINO_PIN_72 GPIO_PIN(PC, 30)
109 #define ARDUINO_PIN_73 GPIO_PIN(PA, 21)
110 #define ARDUINO_PIN_74 GPIO_PIN(PA, 25)
111 #define ARDUINO_PIN_75 GPIO_PIN(PA, 26)
112 #define ARDUINO_PIN_76 GPIO_PIN(PA, 27)
113 #define ARDUINO_PIN_77 GPIO_PIN(PA, 28)
114 #define ARDUINO_PIN_78 GPIO_PIN(PB, 23)
115 
121 #define ARDUINO_A0 ADC_LINE(7)
122 #define ARDUINO_A1 ADC_LINE(6)
123 #define ARDUINO_A2 ADC_LINE(5)
124 #define ARDUINO_A3 ADC_LINE(4)
125 #define ARDUINO_A4 ADC_LINE(3)
126 #define ARDUINO_A5 ADC_LINE(2)
127 #define ARDUINO_A6 ADC_LINE(1)
128 #define ARDUINO_A7 ADC_LINE(0)
129 #define ARDUINO_A8 ADC_LINE(10)
130 #define ARDUINO_A9 ADC_LINE(11)
131 #define ARDUINO_A10 ADC_LINE(12)
132 #define ARDUINO_A11 ADC_LINE(13)
133 
139 #define ARDUINO_DAC0 DAC_LINE(0)
140 #define ARDUINO_DAC1 DAC_LINE(1)
141 
143 #ifdef __cplusplus
144 }
145 #endif
146 
147 #endif /* ARDUINO_PINMAP_H */
148 
adc.h
Low-level ADC peripheral driver interface definitions.
gpio.h
Low-level GPIO peripheral driver interface definitions.