Added a singleton wrapper for bmp3xx

This commit is contained in:
David
2024-08-31 18:15:33 +10:00
parent a1d0af6636
commit 644e213b13
3 changed files with 91 additions and 33 deletions

View File

@@ -55,7 +55,7 @@ AHT10Sensor aht10Sensor;
MLX90632Sensor mlx90632Sensor;
DFRobotLarkSensor dfRobotLarkSensor;
NAU7802Sensor nau7802Sensor;
extern BMP3XXSensor bmp3xxSensor;
BMP3XXSensor bmp3xxSensor;
#ifdef T1000X_SENSOR_EN
T1000xSensor t1000xSensor;
#endif