Merge pull request #1 from L0sted/project

schema
This commit is contained in:
1ch 2018-05-08 00:49:22 +03:00 committed by GitHub
commit 4b2416de49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

6
Schematic.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -17,7 +17,7 @@
float inTemp,humid,extTemp;
double bmpTemp,pressure,altitude,lux;
const short bmpsda = 5, bmpscl = 4, lightSCL = 1, lightSDA = 2, dhtpin = 10;
const short ds18b20 = 4, bmpsda = 5, bmpscl = 16, lightSCL = 14, lightSDA = 12, dhtpin = 0;
BMP280 bmp;
#define P0 1013.25