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 ff59149 commit 9f5a5b8Copy full SHA for 9f5a5b8
src/Arduino_SensorKit.cpp
@@ -1,7 +1,7 @@
1
#include "Arduino_Sensorkit.h"
2
3
//Declare component's classes
4
-U8X8_SSD1306_128X64_NONAME_HW_I2C Oled(U8X8_PIN_NONE);
+U8X8_SSD1306_128X64_NONAME_SW_I2C Oled(U8X8_PIN_NONE);
5
DHT Environment(DHTPIN, DHTTYPE);
6
SensorKit_LIS3DHTR Accelerometer;
7
SensorKit_BMP280 Pressure;
0 commit comments