Skip to content

Commit 7d66935

Browse files
authored
Maixduino board can use tx led to run blink #36
1 parent 18164ba commit 7d66935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/sipeed_maixduino/pins_arduino.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ extern class UARTClass Serial3;
1818
#endif
1919

2020
/* BOARD PIN DEFINE */
21-
/* LEDs */
22-
#define PIN_LED 13
23-
#define LED_BUILTIN 13
21+
/* LEDs (USE Builtin TX PIN led)*/
22+
#define PIN_LED 1
23+
#define LED_BUILTIN 1
2424

2525
/* KEY */
2626
#define KEY0 16

0 commit comments

Comments
 (0)