Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isConnected
Method
isConnected
libraries/I2C_ASDX/I2C_ASDX.cpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
bool I2C_ASDX::isConnected()
74
{
75
_wire->beginTransmission(_address);
76
return (_wire->endTransmission() == 0);
77
}
78
79
80
int I2C_ASDX::read()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36