Skip to content

Commit bfe9dbf

Browse files
authored
Update Arduino_SensorKit.h
1 parent ae8d168 commit bfe9dbf

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
@@ -23,7 +23,7 @@
2323
#define DHTTYPE DHT11
2424
#endif
2525
#ifndef DHTPIN
26-
#define DHTPIN 7
26+
#define DHTPIN 3
2727
#endif
2828

2929
class SensorKit {
@@ -40,4 +40,4 @@ extern U8G2_SSD1306_128X64_NONAME_F_HW_I2C Oled;
4040
extern SensorKit_LIS3DHTR Accelerometer;
4141
extern SensorKit_BMP280 Pressure;
4242
extern DHT Environment;
43-
#endif
43+
#endif

0 commit comments

Comments
 (0)