Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getError
Method
getError
libraries/SHT85/SHT85.cpp:281–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
280
281
int SHT::getError()
282
{
283
int rv = _error;
284
_error = SHT_OK;
285
return rv;
286
}
287
288
289
//////////////////////////////////////////////////////////
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36