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

Method isConnected

libraries/INA226/INA226.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68bool INA226::isConnected()
69{
70 _wire->beginTransmission(_address);
71 return ( _wire->endTransmission() == 0);
72}
73
74
75uint8_t INA226::getAddress()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36