convert bme280 pressure number

This commit is contained in:
Travis Shears 2025-04-09 12:07:18 +02:00
parent 659e98dbc6
commit be5b5ca2d5
3 changed files with 47 additions and 13 deletions

View file

@ -33,7 +33,7 @@ typedef struct {
typedef struct {
float temperature;
int32_t pressure;
float pressure;
int32_t humidity;
} bme280_reading;