File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
variants/rakwireless_rak3112 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
#define USB_VID 0x303a
12
12
#define USB_PID 0x1001
13
13
14
- #define LED_GREEN 46
15
- #define LED_BLUE 45
14
+ #define LED_GREEN 46
15
+ #define LED_BLUE 45
16
16
17
17
static const uint8_t LED_BUILTIN = LED_GREEN ;
18
18
#define BUILTIN_LED LED_BUILTIN // backward compatibility
@@ -26,7 +26,7 @@ static const uint8_t RX = 44;
26
26
static const uint8_t SDA = 9 ;
27
27
static const uint8_t SCL = 40 ;
28
28
29
- #define WIRE1_PIN_DEFINED
29
+ #define WIRE1_PIN_DEFINED
30
30
static const uint8_t SDA1 = 17 ;
31
31
static const uint8_t SCL1 = 18 ;
32
32
@@ -35,7 +35,7 @@ static const uint8_t MOSI = 11;
35
35
static const uint8_t MISO = 10 ;
36
36
static const uint8_t SCK = 13 ;
37
37
38
- #define LORA_ANT_SWITCH 4 // Antenna switch power control pin
38
+ #define LORA_ANT_SWITCH 4 // Antenna switch power control pin
39
39
40
40
#define LORA_SCK 5 // SX1262 SCK
41
41
#define LORA_MISO 3 // SX1262 MISO
@@ -47,4 +47,4 @@ static const uint8_t SCK = 13;
47
47
#define LORA_BUSY 48
48
48
#define LORA_IRQ LORA_DIO1
49
49
50
- #endif /* Pins_Arduino_h */
50
+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments