File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const PinName digitalPin[] = {
80
80
PD_6, PD_7,
81
81
PC_7, PC_8,
82
82
PD_15, PC_6,
83
- PC_13, // LED pin - not broken out on the board
83
+ PC_13, PA_15, // LED and Button pins - not broken out on the board
84
84
// Analog pins
85
85
PA_0,
86
86
PA_1,
Original file line number Diff line number Diff line change @@ -121,11 +121,13 @@ extern const PinName digitalPin[];
121
121
#define PD15 72
122
122
#define PC6 73
123
123
#define PC13 74
124
+ #define PA15 75
125
+
124
126
// This must be a literal
125
- #define NUM_DIGITAL_PINS 91
127
+ #define NUM_DIGITAL_PINS 92
126
128
// This must be a literal with a value less than or equal to MAX_ANALOG_INPUTS
127
129
#define NUM_ANALOG_INPUTS 16
128
- #define NUM_ANALOG_FIRST 75
130
+ #define NUM_ANALOG_FIRST 76
129
131
130
132
// On-board LED pin number
131
133
#define LED_D1 PC13
You can’t perform that action at this time.
0 commit comments