Skip to content

Commit 9f5a5b8

Browse files
authored
display changed to SW i2c
1 parent ff59149 commit 9f5a5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_SensorKit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "Arduino_Sensorkit.h"
22

33
//Declare component's classes
4-
U8X8_SSD1306_128X64_NONAME_HW_I2C Oled(U8X8_PIN_NONE);
4+
U8X8_SSD1306_128X64_NONAME_SW_I2C Oled(U8X8_PIN_NONE);
55
DHT Environment(DHTPIN, DHTTYPE);
66
SensorKit_LIS3DHTR Accelerometer;
77
SensorKit_BMP280 Pressure;

0 commit comments

Comments
 (0)