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

Method setHumOffset

libraries/CHT8305/CHT8305.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170
171void CHT8305::setHumOffset(float offset)
172{
173 _humOffset = offset;
174};
175
176
177void CHT8305::setTempOffset(float offset)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36