Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getError
Method
getError
libraries/SHT2x/SHT2x.cpp:389–394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
387
388
389
int SHT2x::getError()
390
{
391
int rv = _error;
392
_error = SHT2x_OK;
393
return rv;
394
}
395
396
397
/////////////////////////////////////////////////////////
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36