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

Method getH2_raw

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

PPM

Source from the content-addressed store, hash-verified

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
61 float getH2(); // experimental // PPM
62 float getEthanol(); // experimental // PPM

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64