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

Method isConnected

libraries/AS5600/AS5600.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96bool AS5600::isConnected()
97{
98 _wire->beginTransmission(_address);
99 return ( _wire->endTransmission() == 0);
100}
101
102
103uint8_t AS5600::getAddress()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36