From 25cdb2acd448b5fcdab1bf18bf840b874f709fad Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Thu, 12 Dec 2024 17:42:43 -0500 Subject: [PATCH] wip --- i2c_qmp6988.h | 2 +- i2c_sht30.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i2c_qmp6988.h b/i2c_qmp6988.h index be1cea3..2990003 100644 --- a/i2c_qmp6988.h +++ b/i2c_qmp6988.h @@ -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() { diff --git a/i2c_sht30.h b/i2c_sht30.h index 53f8411..eea6eae 100644 --- a/i2c_sht30.h +++ b/i2c_sht30.h @@ -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() {