MCPcopy 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
48bool HX711::is_ready()
49{
50 return digitalRead(_dataPin) == LOW;
51}
52
53
54// From datasheet page 4

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64