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