We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c094c commit 44024f6Copy full SHA for 44024f6
src/components/i2c/WipperSnapper_I2C.h
@@ -149,6 +149,7 @@ class WipperSnapper_Component_I2C {
149
_drivers_out; ///< List of i2c output drivers
150
// Sensor driver objects
151
WipperSnapper_I2C_Driver_AHTX0 *_ahtx0 = nullptr;
152
+ WipperSnapper_I2C_Driver_D6T1A *_d6t1a = nullptr;
153
WipperSnapper_I2C_Driver_DPS310 *_dps310 = nullptr;
154
WipperSnapper_I2C_Driver_DS2484 *_ds2484 = nullptr;
155
WipperSnapper_I2C_Driver_ENS160 *_ens160 = nullptr;
0 commit comments