Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ac423 commit f89d902Copy full SHA for f89d902
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