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

Method isConnected

libraries/PCF8574/PCF8574.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53bool PCF8574::isConnected()
54{
55 _wire->beginTransmission(_address);
56 return ( _wire->endTransmission() == 0);
57}
58
59
60bool PCF8574::setAddress(const uint8_t deviceAddress)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36