Skip to content

Commit f09db87

Browse files
authored
Update Arduino_SensorKit.cpp
1 parent aa3c44f commit f09db87

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(U8X8_PIN_NONE);
4+
U8X8_SSD1306_128X64_NONAME_SW_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)