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

Method isConnected

libraries/I2C_ASDX/I2C_ASDX.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73bool I2C_ASDX::isConnected()
74{
75 _wire->beginTransmission(_address);
76 return (_wire->endTransmission() == 0);
77}
78
79
80int I2C_ASDX::read()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36