Skip to content

Commit aa3c44f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_SensorKit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#endif
2626

2727
//Make the declared components from the .cpp to the sketch available
28-
extern U8X8_SSD1306_128X64_NONAME_HW_I2C Oled;
28+
extern U8X8_SSD1306_128X64_NONAME_SW_I2C Oled;
2929
extern SensorKit_LIS3DHTR Accelerometer;
3030
extern SensorKit_BMP280 Pressure;
3131
extern DHT Environment;

0 commit comments

Comments
 (0)