24 changed files with 21759 additions and 63 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,14 @@ |
|||
void getBME280Data() { |
|||
|
|||
float temp(NAN), hum(NAN), pres(NAN); |
|||
|
|||
BME280::TempUnit tempUnit(BME280::TempUnit_Celsius); |
|||
BME280::PresUnit presUnit(BME280::PresUnit_Pa); |
|||
|
|||
bme.read(pres, temp, hum, tempUnit, presUnit); |
|||
|
|||
temperature = temp; |
|||
humidity = hum; |
|||
pressure = pres; |
|||
|
|||
} |
Binary file not shown.
After Width: | Height: | Size: 550 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 529 KiB |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue