File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,6 @@ typedef enum {
170
170
GPIO_SD_B1_10 = ((3 << GPIO_PORT_SHIFT ) | 10 ),
171
171
GPIO_SD_B1_11 = ((3 << GPIO_PORT_SHIFT ) | 11 ),
172
172
173
- LED_GREEN = GPIO_AD_B0_09 ,
174
-
175
- // mbed original LED naming
176
- LED1 = LED_GREEN ,
177
- LED2 = LED_GREEN ,
178
- LED3 = LED_GREEN ,
179
- LED4 = LED_GREEN ,
180
-
181
173
// USB Pins
182
174
CONSOLE_TX = GPIO_AD_B0_12 ,
183
175
CONSOLE_RX = GPIO_AD_B0_13 ,
@@ -207,13 +199,13 @@ typedef enum {
207
199
ARDUINO_UNO_A4 = GPIO_AD_B1_01 ,
208
200
ARDUINO_UNO_A5 = GPIO_AD_B1_00 ,
209
201
210
- I2C_SCL = ARDUINO_UNO_A5 ,
211
- I2C_SDA = ARDUINO_UNO_A4 ,
212
-
213
202
// Not connected
214
203
NC = (int )0xFFFFFFFF
215
204
} PinName ;
216
205
206
+ // Standardized LED and button names
207
+ #define LED1 GPIO_AD_B0_09 // USER LED (green)
208
+ #define USER_LED LED1
217
209
218
210
typedef enum {
219
211
PullNone = 0 ,
You can’t perform that action at this time.
0 commit comments