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

Method isConnected

libraries/PCA9685_RT/PCA9685.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36