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 aa3c44f commit f09db87Copy full SHA for f09db87
src/Arduino_SensorKit.cpp
@@ -1,7 +1,7 @@
1
#include "Arduino_Sensorkit.h"
2
3
//Declare component's classes
4
-U8X8_SSD1306_128X64_NONAME_SW_I2C Oled(U8X8_PIN_NONE);
+U8X8_SSD1306_128X64_NONAME_SW_I2C Oled(/* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE);
5
DHT Environment(DHTPIN, DHTTYPE);
6
SensorKit_LIS3DHTR Accelerometer;
7
SensorKit_BMP280 Pressure;
0 commit comments