Skip to content

Commit

Permalink
some comments improvements for class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jul 19, 2023
1 parent c24df9f commit a938df6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/Sensors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
X(PRESS, "hPa", "P") \
X(ALT, "m", "Alt") \
X(GAS, "Ohm", "Gas") \
X(CPM, "CPM", "CPM") \
X(CPM, "CPM", "RAD") \
X(RAD, "uSv/h", "RAD") \
X(NH3, "ppm", "NH3") \
X(CO, "ppm", "CO") \
Expand Down Expand Up @@ -203,28 +203,24 @@ class Sensors {
Adafruit_SCD30 scd30;
// CM1106 UART
CM1106_UART *cm1106;

// CM1106 UART
CM1106_sensor cm1106sensor;

// CM1106 UART
CM1106_ABC abc;
// Panasonic SN-GCJA5
SFE_PARTICLE_SENSOR pmGCJA5;
// SenseAir S8 CO2 sensor
S8_UART *s8;

// SenseAir S8 CO2 sensor
S8_sensor s8sensor;
// SCD4x sensor
SensirionI2CScd4x scd4x;

// IKEA Vindriktn sensor
PM1006 *pm1006;

// DFRobot gravity NH3 sensor addr 0x74
DFRobot_GAS_I2C dfrCO;

// DFRobot gravity NH3 sensor addr 0x77
DFRobot_GAS_I2C dfrNH3;

// Geiger CAJOE sensor
GEIGER *rad;

Expand Down

0 comments on commit a938df6

Please sign in to comment.