gradyh / GradyHillhouseGarduino

Arduino Garden Controller and Data Logger
MIT License
485 stars 110 forks source link

Hello i am busy doing something similar to this at uni but i cant get the code to run? #3

Open edie626 opened 7 years ago

edie626 commented 7 years ago

Which libraries for the dht did you use? I have tried a few from google but they dont work with your code.

ghost commented 7 years ago

In the IDE click extras, then go to libraries, then to edit libraries. It will bring up a screen and you need to search for "dht" and you will find it. You also need to install RTCZero and Adafruit_Sensor. Adafruit_Sensor is on github and RTCZero is a library made by Arduino. Hope this helps.