MCPcopy 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
60bool PCF8574::setAddress(const uint8_t deviceAddress)
61{
62 _address = deviceAddress;
63 return isConnected();
64}
65
66
67uint8_t PCF8574::getAddress()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36