Skip to content

Commit 27bb6f8

Browse files
Update Wireless Stick Lite V3 pin defintion
1 parent 911337d commit 27bb6f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

variants/heltec_wireless_stick_lite_v3/pins_arduino.h

+7
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,12 @@ static const uint8_t T6 = 7;
4848

4949
static const uint8_t Vext = 36;
5050
static const uint8_t LED = 35;
51+
static const uint8_t RST_OLED = 21;
52+
static const uint8_t SCL_OLED = 18;
53+
static const uint8_t SDA_OLED = 17;
54+
55+
static const uint8_t RST_LoRa = 12;
56+
static const uint8_t BUSY_LoRa = 13;
57+
static const uint8_t DIO0 = 14;
5158

5259
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)