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

Method getNetwork

RFM69.cpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239uint8_t RFM69::getNetwork() {
240 return _networkID;
241}
242
243// set user's ISR callback
244void RFM69::setIsrCallback(void (*callback)()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected