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