commit
4b2416de49
6
Schematic.svg
Normal file
6
Schematic.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 62 KiB |
@ -17,7 +17,7 @@
|
|||||||
float inTemp,humid,extTemp;
|
float inTemp,humid,extTemp;
|
||||||
double bmpTemp,pressure,altitude,lux;
|
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;
|
BMP280 bmp;
|
||||||
#define P0 1013.25
|
#define P0 1013.25
|
||||||
|
Loading…
Reference in New Issue
Block a user