We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292cf28 commit 1d97cacCopy full SHA for 1d97cac
variants/generic/pins_arduino.h
@@ -42,6 +42,7 @@ static const uint8_t MOSI = 13;
42
static const uint8_t MISO = 12;
43
static const uint8_t SCK = 14;
44
45
+static const uint8_t BUILTIN_LED = 1;
46
static const uint8_t LED_BUILTIN = 1;
47
48
static const uint8_t A0 = 17;
0 commit comments