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

Method getVersion

RFM69.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151uint8_t RFM69::getVersion() {
152 return readReg(REG_VERSION);
153}
154
155// return the frequency (in Hz)
156uint32_t RFM69::getFrequency() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected