switch bme280 to forced mode
This commit is contained in:
parent
6f8d2b8814
commit
659e98dbc6
3 changed files with 78 additions and 37 deletions
2
bme280.h
2
bme280.h
|
|
@ -32,7 +32,7 @@ typedef struct {
|
|||
} bme280_config;
|
||||
|
||||
typedef struct {
|
||||
int32_t temperature;
|
||||
float temperature;
|
||||
int32_t pressure;
|
||||
int32_t humidity;
|
||||
} bme280_reading;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue