We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911337d commit 27bb6f8Copy full SHA for 27bb6f8
variants/heltec_wireless_stick_lite_v3/pins_arduino.h
@@ -48,5 +48,12 @@ static const uint8_t T6 = 7;
48
49
static const uint8_t Vext = 36;
50
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;
58
59
#endif /* Pins_Arduino_h */
0 commit comments