convert bme280 pressure number
This commit is contained in:
parent
659e98dbc6
commit
be5b5ca2d5
3 changed files with 47 additions and 13 deletions
2
bme280.h
2
bme280.h
|
|
@ -33,7 +33,7 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
float temperature;
|
||||
int32_t pressure;
|
||||
float pressure;
|
||||
int32_t humidity;
|
||||
} bme280_reading;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue