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

Method getEthanol_raw

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

UNKNOWN

Source from the content-addressed store, hash-verified

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
63

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64