Initial setup. Add some datasheets
This commit is contained in:
commit
da2ee9acab
6 changed files with 11 additions and 0 deletions
2
backend/README
Normal file
2
backend/README
Normal file
|
@ -0,0 +1,2 @@
|
|||
* InfluxDB-Config
|
||||
* Grafana-Config
|
BIN
doc/ADS1015.pdf
Normal file
BIN
doc/ADS1015.pdf
Normal file
Binary file not shown.
BIN
doc/APDS9900.pdf
Normal file
BIN
doc/APDS9900.pdf
Normal file
Binary file not shown.
BIN
doc/BME280.pdf
Normal file
BIN
doc/BME280.pdf
Normal file
Binary file not shown.
BIN
doc/esp8266-wemos-d1-mini-gpio-pins.jpg
Normal file
BIN
doc/esp8266-wemos-d1-mini-gpio-pins.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
9
firmware/firmware.ino
Normal file
9
firmware/firmware.ino
Normal 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:
|
||||
|
||||
}
|
Loading…
Reference in a new issue