This commit is contained in:
l0sted 2018-05-08 00:47:47 +03:00
parent 93670d6a1e
commit c9765b390f
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