less redundant terms
This commit is contained in:
parent
cfa6922456
commit
ee72fab736
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ typedef enum {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
BMP280_Mode mode;
|
BMP280_Mode mode;
|
||||||
BMP280_Filter filter;
|
BMP280_Filter filter;
|
||||||
BMP280_Oversampling oversampling_pressure; // pressure oversampling
|
BMP280_Oversampling oversampling_pressure;
|
||||||
BMP280_Oversampling oversampling_temperature; // temperature oversampling
|
BMP280_Oversampling oversampling_temperature;
|
||||||
BMP280_Oversampling oversampling_humidity;
|
BMP280_Oversampling oversampling_humidity;
|
||||||
BMP280_StandbyTime standby;
|
BMP280_StandbyTime standby;
|
||||||
} bmp280_params_t;
|
} bmp280_params_t;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue