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

Method setSrefH2

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

EXPERIMENTAL 13119 = average raw measured outside 22°C (example)

Source from the content-addressed store, hash-verified

81 // EXPERIMENTAL
82 // 13119 = average raw measured outside 22°C (example)
83 void setSrefH2(uint16_t s = 13119) { _srefH2 = s; };
84 uint16_t getSrefH2() { return _srefH2; };
85 // 18472 = average raw measured outside 22°C (example)
86 void setSrefEthanol(uint16_t s = 18472) { _srefEth = s; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64