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 c8ddaff commit 6d9ca3eCopy full SHA for 6d9ca3e
examples/ESP32/I2C_Scanner/I2C_Scanner.ino
@@ -21,6 +21,14 @@
21
#include "Arduino.h"
22
#include "heltec.h"
23
24
+#if defined( Wireless_Stick_Lite )
25
+ #include <Wire.h>
26
+ #include "oled/SSD1306Wire.h"
27
+
28
+ static const uint8_t SCL_OLED = 15;
29
+ static const uint8_t SDA_OLED = 4;
30
+#endif
31
32
void setup()
33
{
34
Heltec.begin(true, false, true);
0 commit comments