Skip to content

Commit df8455c

Browse files
authored
Update DHT.ino
1 parent 6f2e36c commit df8455c

File tree

1 file changed

+5
-4
lines changed
  • examples/CommunitySubmitted/DHT

1 file changed

+5
-4
lines changed

examples/CommunitySubmitted/DHT/DHT.ino

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
[VDD] --- [3V3]
1313
[GND] --- [GND]
1414
[OUTPUT] --- [Digital Pin 2]
15-
4. Set the CELSIUS_TEMPERATURE_VIRTUAL_CHANNEL value below to a free virtual channel.
15+
4. Set the TEMPERATURE_VIRTUAL_CHANNEL value below to a free virtual channel.
1616
5. Set the HUMIDITY_VIRTUAL_CHANNEL value below to a free virtual channel.
17-
6. Set the Cayenne authentication info to match the authentication info from the Dashboard.
18-
7. Compile and upload this sketch.
19-
8. Once the Arduino connects to the Dashboard it should automatically create temporary display widget with data.
17+
6. Set the correct DHT type you are using and the pin attached to arduino.
18+
7. Set the Cayenne authentication info to match the authentication info from the Dashboard.
19+
8. Compile and upload this sketch.
20+
9. Once the Arduino connects to the Dashboard it should automatically create temporary display widget with data.
2021
To make a temporary widget permanent click the plus sign on the widget.
2122
*/
2223

0 commit comments

Comments
 (0)