|
|
@@ -1,7 +1,12 @@
|
|
|
Grove_Temperature_And_Humidity_Sensor
|
|
|
=====================================
|
|
|
|
|
|
-This is an Arduino library for the DHT series of low cost temperature/humidity sensors.
|
|
|
+This is an Arduino library for the DHT series of low cost temperature/humidity sensors.
|
|
|
+
|
|
|
+Usage
|
|
|
+===
|
|
|
+
|
|
|
+If you are using WioLTE with onboard MCU STM32F405RGB6 you need to add "#define STM32" in your code.
|
|
|
|
|
|
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder DHT. Check that the DHT folder contains DHT.cpp and DHT.h. Place the DHT library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.
|
|
|
|