Skip to content

Commit 1782915

Browse files
authored
Display changed to HW I2C
Display changed to HW I2C Constructor changed U8X8_SSD1306_128X64_NONAME_SW_I2C -> U8X8_SSD1306_128X64_NONAME_HW_I2C
1 parent 56ac989 commit 1782915

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_SW_I2C Oled(/* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE);
4+
U8X8_SSD1306_128X64_NONAME_HW_I2C Oled(/* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE);
55
DHT Environment(DHTPIN, DHTTYPE);
66
SensorKit_LIS3DHTR Accelerometer;
77
SensorKit_BMP280 Pressure;

0 commit comments

Comments
 (0)