Added #define LED_BUILTIN to all pins_arduino.h that need it. (#4520)

This commit is contained in:
lbernstone
2020-11-10 11:50:35 -07:00
committed by GitHub
parent 3274602eb0
commit 8816bb5505
54 changed files with 54 additions and 0 deletions

View File

@ -13,6 +13,7 @@
static const uint8_t LED_BUILTIN = 5;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN
static const uint8_t KEY_BUILTIN = 0;