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

Method isConnected

libraries/PCA9635/PCA9635.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51bool PCA9635::isConnected()
52{
53 _wire->beginTransmission(_address);
54 _error = _wire->endTransmission();
55 return (_error == 0);
56}
57
58
59void PCA9635::configure(uint8_t mode1_mask, uint8_t mode2_mask)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36