We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cf93b commit 2657394Copy full SHA for 2657394
variants/arduino_zero/variant.h
@@ -107,6 +107,25 @@ static const uint8_t A5 = PIN_A5;
107
static const uint8_t DAC0 = PIN_DAC0;
108
#define ADC_RESOLUTION 12
109
110
+/*
111
+ * Digital pins
112
+ */
113
+
114
+#define D0 (0ul)
115
+#define D1 (1ul)
116
+#define D2 (2ul)
117
+#define D3 (3ul)
118
+#define D4 (4ul)
119
+#define D5 (5ul)
120
+#define D6 (6ul)
121
+#define D7 (7ul)
122
+#define D8 (8ul)
123
+#define D9 (9ul)
124
+#define D10 (10ul)
125
+#define D11 (11ul)
126
+#define D12 (12ul)
127
+#define D13 (13ul)
128
129
// Other pins
130
#define PIN_ATN (38ul)
131
static const uint8_t ATN = PIN_ATN;
0 commit comments