MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / isConnected

Method isConnected

libraries/Max44009/max44009.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63bool Max44009::isConnected()
64{
65 _wire->beginTransmission(_address);
66 _error = _wire->endTransmission();
67 return (_error == 0);
68}
69
70
71float Max44009::getLux(void)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36