Unverified Commit d03f8f12 authored by Sonthaya Boonchan's avatar Sonthaya Boonchan Committed by GitHub

Update pins_arduino.h (#4190)

parent 882b12c4
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1) #define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
#define digitalPinHasPWM(p) (p < 34) #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 #define BUILTIN_LED LED_BUILTIN // backward compatibility
static const uint8_t BUILTIN_KEY = 0; static const uint8_t BUILTIN_KEY = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment