File tree 1 file changed +15
-2
lines changed
variants/heltec_wifi_lora_32
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ static const uint8_t KEY_BUILTIN = 0;
19
19
static const uint8_t TX = 1 ;
20
20
static const uint8_t RX = 3 ;
21
21
22
- static const uint8_t SDA = 21 ;
23
- static const uint8_t SCL = 22 ;
22
+ static const uint8_t SDA = 4 ;
23
+ static const uint8_t SCL = 15 ;
24
24
25
25
static const uint8_t SS = 18 ;
26
26
static const uint8_t MOSI = 27 ;
@@ -61,4 +61,17 @@ static const uint8_t T9 = 33;
61
61
static const uint8_t DAC1 = 26 ;
62
62
static const uint8_t DAC2 = 25 ;
63
63
64
+ // OLed
65
+ static const uint8_t OLED_SCL = 15 ;
66
+ static const uint8_t OLED_SDA = 4 ;
67
+ static const uint8_t OLED_RST = 16 ;
68
+
69
+ // LoRA
70
+ static const uint8_t LORA_SCK = 5 ;
71
+ static const uint8_t LORA_MOSI = 27 ;
72
+ static const uint8_t LORA_MISO = 19 ;
73
+ static const uint8_t LORA_CS = 18 ;
74
+ static const uint8_t LORA_RST = 14 ;
75
+ static const uint8_t LORA_IRQ = 26 ;
76
+
64
77
#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments