2734ae9a85
Formating |
||
---|---|---|
wordpress-plugin | ||
createTable.sql | ||
LICENSE | ||
README.md | ||
release-notes.txt | ||
scheduler.py | ||
status.py | ||
weather-app.png | ||
weather.py |
myweather
My Weather for Raspberry Pi with BMP180 / BMP085 / DS18B20
Installation for Adafruit Moules needed:
sudo apt-get update
sudo apt-get install git build-essential python-dev python-smbus
git clone https://github.com/adafruit/Adafruit_Python_BM.git
cd Adafruit_Python_BMP
sudo python setup.py install