File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/DhtTemperatureAndHumiditySensor Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
* It inlcudes Heat Index *sensor*
32
32
*
33
33
* For more information, please visit:
34
- * http://www.mysensors.org/build/TemperatureAndHumidity
34
+ * http://www.mysensors.org/build/humidity
35
35
*
36
36
*/
37
37
#define SN " TemperatureAndHumidity"
43
43
// #define MY_DEBUG
44
44
45
45
// Enable and select radio type attached
46
- #define MY_RADIO_NRF24
46
+ #define MY_RADIO_RF24
47
47
// #define MY_RADIO_RFM69
48
48
// #define MY_RS485
49
49
@@ -85,8 +85,8 @@ static const uint8_t FORCE_UPDATE_N_READS = 10;
85
85
86
86
87
87
#include < MySensors.h>
88
- #include < Adafruit_Sensor.h>
89
- #include < DHT_U.h>
88
+ #include < Adafruit_Sensor.h> // Adafruit Unified Sensor
89
+ #include < DHT_U.h> // DHT Sensor library by Adafruit
90
90
91
91
DHT_Unified dhtu (DHTDATAPIN, DHTTYPE);
92
92
// See guide for details on Adafruit sensor wiring and usage:
You can’t perform that action at this time.
0 commit comments