File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed 
variants/heltec_wifi_lora_32 Expand file tree Collapse file tree 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;
1919static  const  uint8_t  TX  =  1 ;
2020static  const  uint8_t  RX  =  3 ;
2121
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 ;
2424
2525static  const  uint8_t  SS  =  18 ;
2626static  const  uint8_t  MOSI  =  27 ;
@@ -61,4 +61,17 @@ static const uint8_t T9 = 33;
6161static  const  uint8_t  DAC1  =  26 ;
6262static  const  uint8_t  DAC2  =  25 ;
6363
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+ 
6477#endif  /* Pins_Arduino_h */ 
                         You can’t perform that action at this time. 
           
                  
0 commit comments