Skip to content

Commit

Permalink
Maixduino board can use tx led to run blink #36
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsk authored Jul 30, 2019
1 parent 18164ba commit 7d66935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variants/sipeed_maixduino/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ extern class UARTClass Serial3;
#endif

/* BOARD PIN DEFINE */
/* LEDs */
#define PIN_LED 13
#define LED_BUILTIN 13
/* LEDs (USE Builtin TX PIN led)*/
#define PIN_LED 1
#define LED_BUILTIN 1

/* KEY */
#define KEY0 16
Expand Down

0 comments on commit 7d66935

Please sign in to comment.