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

Method isConnected

libraries/TCA9555/TCA9555.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52bool TCA9555::isConnected()
53{
54 _wire->beginTransmission(_address);
55 return (_wire->endTransmission() == 0);
56}
57
58
59uint8_t TCA9555::getAddress()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36