File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
src/components/i2c/drivers Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -275,15 +275,15 @@ class WipperSnapper_I2C_Driver_SEN5X : public WipperSnapper_I2C_Driver {
275
275
276
276
protected:
277
277
SensirionI2CSen5x *_sen = nullptr ; // /< SEN5X driver object
278
- float _massConcentrationPm1p0; // /< PM1.0 mass concentration
279
- float _massConcentrationPm2p5; // /< PM2.5 mass concentration
280
- float _massConcentrationPm4p0; // /< PM4.0 mass concentration
281
- float _massConcentrationPm10p0; // /< PM10.0 mass concentration
282
- float _ambientHumidity; // /< Ambient humidity
283
- float _ambientTemperature; // /< Ambient temperature
284
- float _vocIndex; // /< VOC index
285
- float _noxIndex; // /< NOx index
286
- ulong _lastRead = 0uL; // /< Last time the sensor was read
278
+ float _massConcentrationPm1p0; // /< PM1.0 mass concentration
279
+ float _massConcentrationPm2p5; // /< PM2.5 mass concentration
280
+ float _massConcentrationPm4p0; // /< PM4.0 mass concentration
281
+ float _massConcentrationPm10p0; // /< PM10.0 mass concentration
282
+ float _ambientHumidity; // /< Ambient humidity
283
+ float _ambientTemperature; // /< Ambient temperature
284
+ float _vocIndex; // /< VOC index
285
+ float _noxIndex; // /< NOx index
286
+ ulong _lastRead = 0uL; // /< Last time the sensor was read
287
287
};
288
288
289
289
#endif // WipperSnapper_I2C_Driver_SEN5X
Original file line number Diff line number Diff line change @@ -296,16 +296,16 @@ class WipperSnapper_I2C_Driver_SEN6X : public WipperSnapper_I2C_Driver {
296
296
297
297
protected:
298
298
SensirionI2cSen66 *_sen = nullptr ; // /< SEN6X driver object
299
- float _massConcentrationPm1p0; // /< PM1.0 mass concentration
300
- float _massConcentrationPm2p5; // /< PM2.5 mass concentration
301
- float _massConcentrationPm4p0; // /< PM4.0 mass concentration
302
- float _massConcentrationPm10p0; // /< PM10.0 mass concentration
303
- float _ambientHumidity; // /< Ambient humidity
304
- float _ambientTemperature; // /< Ambient temperature
305
- float _vocIndex; // /< VOC index
306
- float _noxIndex; // /< NOx index
307
- uint16_t _co2; // /< CO2 value
308
- ulong _lastRead; // /< Last time the sensor was read
299
+ float _massConcentrationPm1p0; // /< PM1.0 mass concentration
300
+ float _massConcentrationPm2p5; // /< PM2.5 mass concentration
301
+ float _massConcentrationPm4p0; // /< PM4.0 mass concentration
302
+ float _massConcentrationPm10p0; // /< PM10.0 mass concentration
303
+ float _ambientHumidity; // /< Ambient humidity
304
+ float _ambientTemperature; // /< Ambient temperature
305
+ float _vocIndex; // /< VOC index
306
+ float _noxIndex; // /< NOx index
307
+ uint16_t _co2; // /< CO2 value
308
+ ulong _lastRead; // /< Last time the sensor was read
309
309
};
310
310
311
311
#endif // WipperSnapper_I2C_Driver_SEN6X
You can’t perform that action at this time.
0 commit comments