/garden-kit

Primary LanguagePython

Garden Kit

Components

Requirements

  • DHT22 requires Adafruit DHT Python library which is not in PyPi and currently Python 2 only:
sudo apt-get install build-essential python-dev
git clone https://github.com/adafruit/Adafruit_Python_DHT
cd Adafruit_Python_DHT
sudo python setup.py install