Adding_TX_IQ_phase_Calibration_to_Mic_App (#1843)

* Adding_TX_IQ_phase_Calibration_to_Mic_App

* Adding_persistent_CAL_data_and_correct_init_data
This commit is contained in:
Brumi-2021
2024-02-04 00:57:45 +01:00
committed by GitHub
parent c30a61441b
commit b8073bca0f
9 changed files with 115 additions and 5 deletions

View File

@@ -248,6 +248,10 @@ void set_antenna_bias(const bool on) {
}
}
void set_tx_max283x_iq_phase_calibration(const size_t v) {
second_if->set_tx_LO_iq_phase_calibration(v);
}
/*void enable(Configuration configuration) {
configure(configuration);
}