We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8336c88 commit 18838fbCopy full SHA for 18838fb
hardware/arduino/variants/mega/pins_arduino.h
@@ -39,7 +39,7 @@ const static uint8_t SCK = 52;
39
40
const static uint8_t SDA = 20;
41
const static uint8_t SCL = 21;
42
-const static uint8_t LED = 13;
+const static uint8_t LED_BUILTIN = 13;
43
44
const static uint8_t A0 = 54;
45
const static uint8_t A1 = 55;
hardware/arduino/variants/standard/pins_arduino.h
@@ -44,7 +44,7 @@ const static uint8_t SCK = 13;
const static uint8_t SDA = 18;
46
const static uint8_t SCL = 19;
47
48
49
const static uint8_t A0 = 14;
50
const static uint8_t A1 = 15;
0 commit comments