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

Method isConnected

libraries/INA219/INA219.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71bool INA219::isConnected()
72{
73 _wire->beginTransmission(_address);
74 return ( _wire->endTransmission() == 0);
75}
76
77
78////////////////////////////////////////////////////////

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36