File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ const PinName digitalPin[] = {
31
31
PB_7, // D4
32
32
PB_6, // D5
33
33
PB_1, // D6
34
- PC_15, // D7 - By default, SB8 open PF1/PC15 not connected to D7
35
- PC_14, // D8 - By default, SB6 open PF0/PC14 not connected to D8
34
+ PC_14, // D7 - By default, SB6 open PF0/PC14 not connected to D7
35
+ PC_15, // D8 - By default, SB8 open PF1/PC15 not connected to D8
36
36
PA_8, // D9
37
37
PA_11, // D10
38
38
PB_5, // D11
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ extern const PinName digitalPin[];
40
40
#define PB7 4
41
41
#define PB6 5
42
42
#define PB1 6
43
- #define PC15 7 // By default, SB8 open PF1/PC15 not connected to D7
44
- #define PC14 8 // By default, SB6 open PF0/PC14 not connected to D8
43
+ #define PC14 7 // By default, SB6 open PF0/PC14 not connected to D7
44
+ #define PC15 8 // By default, SB8 open PF1/PC15 not connected to D8
45
45
#define PA8 9
46
46
#define PA11 10
47
47
#define PB5 11
You can’t perform that action at this time.
0 commit comments