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

Method isConnected

libraries/PCF8591/PCF8591.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62bool PCF8591::isConnected()
63{
64 _wire->beginTransmission(_address);
65 _error = _wire->endTransmission(); // default == 0 == PCF8591_OK
66 return( _error == PCF8591_OK);
67}
68
69//////////////////////////////////////////////////////////
70//

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36