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.
2 parents 8c72782 + 119d793 commit f874468Copy full SHA for f874468
variants/ARMED_V1/variant.h
@@ -108,8 +108,8 @@ extern "C" {
108
#define PE14 78 //D78
109
#define PE15 79 //D79
110
111
-// This must be a literal with the same value as PEND
112
-#define NUM_DIGITAL_PINS 83
+// This must be a literal
+#define NUM_DIGITAL_PINS 80
113
// This must be a literal with a value less than or equal to to MAX_ANALOG_INPUTS
114
#define NUM_ANALOG_INPUTS 3
115
#define NUM_ANALOG_FIRST 32
variants/NUCLEO_L452RE/variant.h
@@ -81,7 +81,7 @@ extern "C" {
81
#define PA1 46 // A1
82
#define PA4 47 // A2
83
#define PB0 48 // A3
84
-#define PC1 19 // A4
+#define PC1 49 // A4
85
#define PC0 50 // A5
86
#else
87
#define PA10 0
0 commit comments