Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ is_ready
Method
is_ready
libraries/HX711/HX711.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
48
bool HX711::is_ready()
49
{
50
return digitalRead(_dataPin) == LOW;
51
}
52
53
54
// From datasheet page 4
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64