| 972 | } // COURSE_TEMP_COEF puts reading in the ballpark, user can add additional correction |
| 973 | |
| 974 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected