A project to read temperature, humidity and pressure from a Raspberry Pi Sense Hat and display the corresponding graphs on a simple website.
Go to file
Andreas Zweili 8e4ac03e14 include the system site packages in the virtualenv
This is especially necessary for the development environment because there are
certain dependencies which one can't get from pypi.
2019-10-20 13:41:21 +02:00
requirements add the sense emulator library to the development environment 2019-10-20 13:38:04 +02:00
sensors remove unused imports 2019-10-20 13:37:57 +02:00
.coveragerc extend coveragerc for django 2019-10-14 17:39:55 +01:00
.gitignore ignore migration files 2019-10-14 21:35:38 +02:00
LICENSE Initial commit 2019-10-12 19:44:45 +02:00
Makefile include the system site packages in the virtualenv 2019-10-20 13:41:21 +02:00
README.md wrap the lines at 80 characters 2019-10-12 19:14:31 +01:00
pytest.ini add a pytest.ini file 2019-10-14 17:41:22 +01:00

README.md

environment_sensors

A project to read temperature, humidity and pressure from a Raspberry Pi Sense Hat and display the corresponding graphs on a simple website.