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

Method isConnected

libraries/TCA9548/TCA9548.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48bool TCA9548::isConnected()
49{
50 _wire->beginTransmission(_address);
51 return ( _wire->endTransmission() == 0);
52}
53
54
55bool TCA9548::isConnected(uint8_t address)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36