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