We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bd8aa commit ceb89b3Copy full SHA for ceb89b3
variants/EEXTR_F030_V1/variant.cpp
@@ -75,10 +75,6 @@ const PinName digitalPin[] = {
75
PB_7, // D36
76
PB_8, // D37
77
PB_9, // D38
78
- // Duplicate definitions for the analog pins
79
- PA_0, // A0
80
- PA_1, // A1
81
- PA_2, // A2
82
};
83
84
#ifdef __cplusplus
variants/EEXTR_F030_V1/variant.h
@@ -91,7 +91,7 @@ extern const PinName digitalPin[];
91
#define NUM_DIGITAL_PINS 39
92
// This must be a literal with a value less than or equal to to MAX_ANALOG_INPUTS
93
#define NUM_ANALOG_INPUTS 3
94
-#define NUM_ANALOG_FIRST 40
+#define NUM_ANALOG_FIRST 5
95
96
//On-board LED pin number
97
//#define LED_BUILTIN -1
0 commit comments