schema
This commit is contained in:
parent
93670d6a1e
commit
c9765b390f
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;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user