Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Dec 12, 2024
1 parent 00e88f7 commit 25cdb2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i2c_qmp6988.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define QMP6988_SLAVE_ADDRESS_L (0x70)
#define QMP6988_SLAVE_ADDRESS_H (0x56)

QMP6988 i2c_qmp6988_sensor(QMP6988_SLAVE_ADDRESS_L);
QMP6988 i2c_qmp6988_sensor;
bool i2c_qmp6988_found = false;

void i2c_qmp6988_report() {
Expand Down
2 changes: 1 addition & 1 deletion i2c_sht30.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#define SHT3X_I2C_ADDR 0x44

SHT3X i2c_sht30_sensor(SHT3X_I2C_ADDR);
SHT3X i2c_sht30_sensor;
bool i2c_sht30_found = false;

void i2c_sht30_report() {
Expand Down

0 comments on commit 25cdb2a

Please sign in to comment.