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 857c3e1 commit 8bcfa31Copy full SHA for 8bcfa31
variants/lopy/pins_arduino.h
@@ -21,7 +21,9 @@
21
#define LORA_IO1 23 // GPIO23 - SX1276 IO1 tied by diode to IO0
22
#define LORA_IO2 23 // GPIO23 - SX1276 IO2 tied by diode to IO0
23
24
-// Antenna select
+static const uint8_t LED_BUILTIN = 0; // ->2812 RGB !!!
25
+#define BUILTIN_LED LED_BUILTIN // backward compatibility
26
+
27
#define ANT_SELECT 16 // GPIO16 - External Antenna Switch
28
29
static const uint8_t TX = 1;
@@ -33,7 +35,7 @@ static const uint8_t SCL = 13;
33
35
static const uint8_t SS = 17;
34
36
static const uint8_t MOSI = 22;
37
static const uint8_t MISO = 37;
-static const uint8_t SCK = 5;
38
+static const uint8_t SCK = 13;
39
40
static const uint8_t A0 = 36;
41
static const uint8_t A1 = 37;
0 commit comments