Skip to content

Commit 7b5e259

Browse files
committed
暂不使用DHT
1 parent 8d73381 commit 7b5e259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Arduino_SensorKit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//Libraries for components
1414
#include "Arduino_SensorKit_BMP280.h" // Pressure
1515
#include "Arduino_SensorKit_LIS3DHTR.h" // Accel
16-
#include "DHT.h" // Temp & Humidity
16+
//#include "DHT.h" // Temp & Humidity
1717
#include "U8x8lib.h" // OLED Display
1818

1919
//Defines
@@ -28,5 +28,5 @@
2828
extern U8X8_SSD1306_128X64_NONAME_HW_I2C Oled;
2929
extern SensorKit_LIS3DHTR Accelerometer;
3030
extern SensorKit_BMP280 Pressure;
31-
extern DHT Environment;
31+
//extern DHT Environment;
3232
#endif

0 commit comments

Comments
 (0)