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

Method setSrefEthanol

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

18472 = average raw measured outside 22°C (example)

Source from the content-addressed store, hash-verified

84 uint16_t getSrefH2() { return _srefH2; };
85 // 18472 = average raw measured outside 22°C (example)
86 void setSrefEthanol(uint16_t s = 18472) { _srefEth = s; };
87 uint16_t getSrefEthanol() { return _srefEth; };
88
89

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64