Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ requestData
Method
requestData
libraries/SHT85/SHT85.cpp:233–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
232
233
bool SHT::requestData()
234
{
235
if (writeCmd(SHT_MEASUREMENT_SLOW) == false)
236
{
237
return false;
238
}
239
_lastRequest = millis();
240
return true;
241
}
242
243
244
bool SHT::dataReady()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36