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 9f5a5b8 commit aa3c44fCopy full SHA for aa3c44f
src/Arduino_SensorKit.h
@@ -25,7 +25,7 @@
25
#endif
26
27
//Make the declared components from the .cpp to the sketch available
28
-extern U8X8_SSD1306_128X64_NONAME_HW_I2C Oled;
+extern U8X8_SSD1306_128X64_NONAME_SW_I2C Oled;
29
extern SensorKit_LIS3DHTR Accelerometer;
30
extern SensorKit_BMP280 Pressure;
31
extern DHT Environment;
0 commit comments