Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setAddress
Method
setAddress
libraries/PCF8574/PCF8574.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
60
bool PCF8574::setAddress(const uint8_t deviceAddress)
61
{
62
_address = deviceAddress;
63
return isConnected();
64
}
65
66
67
uint8_t PCF8574::getAddress()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36