Skip to content

Commit d83290d

Browse files
authored
Update Temp_and_Humidity.ino
1 parent 43221ed commit d83290d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/Temp_and_Humidity/Temp_and_Humidity.ino

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
//#define DHTPIN 3 // By default its connected to pin D3, it can be changed, define it before the #include of the library
22
#include "Arduino_SensorKit.h"
33

4-
SensorKit kit;
5-
64
void setup() {
75
Serial.begin(9600);
8-
kit.begin();
6+
Environment.begin();
97
}
108

119
void loop() {

0 commit comments

Comments
 (0)