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

Method isConnected

libraries/MAX44007/Max44007.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36