Update pins_arduino.h (#4190)

This commit is contained in:
Sonthaya Boonchan 2020-10-01 17:54:01 +07:00 committed by GitHub
parent 882b12c44e
commit d03f8f1277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
#define digitalPinHasPWM(p) (p < 34)
static const uint8_t LED_BUILTIN = 16;
static const uint8_t LED_BUILTIN = 2;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
static const uint8_t BUILTIN_KEY = 0;