Initial setup. Add some datasheets

This commit is contained in:
Aaron Fischer 2017-10-20 00:13:40 +02:00
commit da2ee9acab
6 changed files with 11 additions and 0 deletions

2
backend/README Normal file
View File

@ -0,0 +1,2 @@
* InfluxDB-Config
* Grafana-Config

BIN
doc/ADS1015.pdf Normal file

Binary file not shown.

BIN
doc/APDS9900.pdf Normal file

Binary file not shown.

BIN
doc/BME280.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

9
firmware/firmware.ino Normal file
View File

@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}