BME680 driver syntax correction
This commit is contained in:
parent
f431f831f6
commit
718def4c51
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ typedef struct {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
||||||
uint16_t par_t1; // calibration data for temperature compensation
|
uint16_t par_t1; // calibration data for temperature compensation
|
||||||
uit16_t par_t2;
|
int16_t par_t2;
|
||||||
int8_t par_t3;
|
int8_t par_t3;
|
||||||
|
|
||||||
uint16_t par_p1; // calibration data for pressure compensation
|
uint16_t par_p1; // calibration data for pressure compensation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue