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

Method getBitRate

RFM69.cpp:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181uint32_t RFM69::getBitRate() {
182 return RF69_FXOSC / ((readReg(REG_BITRATEMSB) << 8) | readReg(REG_BITRATELSB));
183}
184
185void RFM69::setMode(uint8_t newMode) {
186 if (newMode == _mode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected