@@ -11,26 +11,24 @@ static const uint8_t RX = 44;
1111static const uint8_t SDA = 8 ;
1212static const uint8_t SCL = 9 ;
1313
14- #define LORA_ANTPWR 42 //RXEN
15- #define LORA_RST 41 //RST
16- #define LORA_BUSY 40 //BUSY
17- #define LORA_DIO1 4 //DIO
18-
19-
20- static const uint8_t LORA_SS = 10 ;
21- static const uint8_t LORA_MOSI = 6 ;
22- static const uint8_t LORA_MISO = 5 ;
23- static const uint8_t LORA_SCK = 7 ;
24-
25- static const uint8_t SS = 17 ;
26- static const uint8_t MOSI = 11 ;
27- static const uint8_t MISO = 13 ;
28- static const uint8_t SCK = 12 ;
29-
30-
31- #define TFT_DC 14
32- #define TFT_CS 17
33- #define TFT_RST 15
34- #define TFT_BL 16 // Backlight pin
14+ #define LORA_ANTPWR 42 //RXEN
15+ #define LORA_RST 41 //RST
16+ #define LORA_BUSY 40 //BUSY
17+ #define LORA_DIO1 4 //DIO
18+
19+ static const uint8_t LORA_SS = 10 ;
20+ static const uint8_t LORA_MOSI = 6 ;
21+ static const uint8_t LORA_MISO = 5 ;
22+ static const uint8_t LORA_SCK = 7 ;
23+
24+ static const uint8_t SS = 17 ;
25+ static const uint8_t MOSI = 11 ;
26+ static const uint8_t MISO = 13 ;
27+ static const uint8_t SCK = 12 ;
28+
29+ #define TFT_DC 14
30+ #define TFT_CS 17
31+ #define TFT_RST 15
32+ #define TFT_BL 16 // Backlight pin
3533
3634#endif /* Pins_Arduino_h */
0 commit comments