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

Method rcCalibration

RFM69.cpp:974–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972} // COURSE_TEMP_COEF puts reading in the ballpark, user can add additional correction
973
974void RFM69::rcCalibration() {
975 writeReg(REG_OSC1, RF_OSC1_RCCAL_START);
976 while ((readReg(REG_OSC1) & RF_OSC1_RCCAL_DONE) == 0x00);
977}
978
979//===================================================================================================================
980// radio300KBPS() - switch radio to max bitrate

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected