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 300c56f commit 57d2fd8Copy full SHA for 57d2fd8
variants/espino/pins_arduino.h
@@ -38,12 +38,7 @@ static const uint8_t SCL = PIN_WIRE_SCL;
38
static const uint8_t LED_BUILTIN_R = 2;
39
static const uint8_t LED_BUILTIN_G = 4;
40
static const uint8_t LED_BUILTIN_B = 5;
41
+static const uint8_t BUTTON_BUILTIN = 0;
42
-/*
43
-static const uint8_t BUILTIN_LEDR = 2;
44
-static const uint8_t BUILTIN_LEDG = 4;
45
-static const uint8_t BUILTIN_LEDB = 5;
46
-static const uint8_t BUILTIN_BUTTON = 0;
47
-*/
48
49
#endif /* Pins_Arduino_h */
0 commit comments