MCPcopy Create free account
hub / github.com/LowPowerLab/RFM69 / setAddress

Method setAddress

RFM69.cpp:224–227  ·  view source on GitHub ↗

set this node's address

Source from the content-addressed store, hash-verified

222
223// set this node's address
224void RFM69::setAddress(uint16_t addr) {
225 _address = addr;
226 writeReg(REG_NODEADRS, _address); // unused in packet mode
227}
228
229uint16_t RFM69::getAddress() {
230 return _address;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected