Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isConnected
Method
isConnected
libraries/TCA9555/TCA9555.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
bool TCA9555::isConnected()
53
{
54
_wire->beginTransmission(_address);
55
return (_wire->endTransmission() == 0);
56
}
57
58
59
uint8_t TCA9555::getAddress()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36