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 722eea8 commit 6cb0204Copy full SHA for 6cb0204
src/Arduino_SensorKit.h
@@ -13,7 +13,7 @@
13
//Libraries for components
14
#include "Arduino_SensorKit_BMP280.h" // Pressure
15
#include "Arduino_SensorKit_LIS3DHTR.h" // Accel
16
-//#include "DHT.h" // Temp & Humidity
+#include "DHT.h" // Temp & Humidity
17
#include "U8x8lib.h" // OLED Display
18
19
//Defines
@@ -28,5 +28,5 @@
28
extern U8X8_SSD1306_128X64_NONAME_HW_I2C Oled;
29
extern SensorKit_LIS3DHTR Accelerometer;
30
extern SensorKit_BMP280 Pressure;
31
-//extern DHT Environment;
+extern DHT Environment;
32
#endif
0 commit comments