MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getTVOC

Method getTVOC

libraries/SGP30/SGP30.h:57–57  ·  view source on GitHub ↗

get the data // UNITS

Source from the content-addressed store, hash-verified

55
56 // get the data // UNITS
57 uint16_t getTVOC() { return _tvoc; }; // PPB
58 uint16_t getCO2() { return _co2; }; // PPM
59 uint16_t getH2_raw() { return _h2; }; // UNKNOWN
60 uint16_t getEthanol_raw() { return _ethanol; }; // UNKNOWN

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64