未验证 提交 a4118ea8 编写于 作者: K ketri2484 提交者: GitHub

Add ET-Board BUILTIN_LED pin (#5490)

ET-Board
No internal LED pin
Missing internal LED pin have been added to this commit.
上级 c4fcab28
......@@ -11,6 +11,12 @@
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
#define digitalPinHasPWM(p) (p < 34)
static const uint8_t LED_BUILTIN = 5;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN
static const uint8_t TX = 34;
static const uint8_t RX = 35;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册