We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca19c19 commit 195084dCopy full SHA for 195084d
2 files changed
variants/AIR001/AirM2M_Air001_Board/variant_generic.cpp
@@ -47,10 +47,10 @@ const PinName digitalPin[] = {
47
PB_13, // D29
48
PB_14, // D30
49
PB_15, // D31
50
- PF_0, // D35
51
- PF_1, // D36
52
- PF_6, // D37
53
- PF_7 // D38
+ PF_0, // D32
+ PF_1, // D33
+ PF_6, // D34
+ PF_7 // D35
54
};
55
56
// Analog (Ax) pin number array
variants/AIR001/AirM2M_Air001_Board/variant_generic.h
@@ -50,13 +50,10 @@
#define PB13 29
#define PB14 30
#define PB15 31
-#define PC13 32
-#define PC14 33
-#define PC15 34
-#define PF0 35
57
-#define PF1 36
58
-#define PF6 37
59
-#define PF7 38
+#define PF0 32
+#define PF1 33
+#define PF6 34
+#define PF7 35
60
61
// Alternate pins number
62
#define PA6_ALT1 (PA6 | ALT1)
0 commit comments