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

Method setSuppressError

libraries/DHTINT/dhtint.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 // suppress error values of -999 => check return value of read() instead
108 bool getSuppressError() { return _suppressError; };
109 void setSuppressError(bool b) { _suppressError = b; };
110
111 // raw data for efficient storage / transport and
112 // to access the decimal part if needed.

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36