mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 15:23:43 +00:00
Moving specific ADF7021 code to ADF7021.cpp
This commit is contained in:
parent
99eb2fa11a
commit
b8aa455eac
5 changed files with 141 additions and 151 deletions
|
|
@ -116,12 +116,12 @@ extern "C" {
|
|||
}
|
||||
}
|
||||
|
||||
void CIO::delay_rx() {
|
||||
#if defined (__STM32F1__)
|
||||
delayMicroseconds(290);
|
||||
#else
|
||||
delayMicroseconds(150);
|
||||
#endif
|
||||
void CIO::delay_ifcal_coarse() {
|
||||
delayMicroseconds(300);
|
||||
}
|
||||
|
||||
void CIO::delay_reset() {
|
||||
delayMicroseconds(300);
|
||||
}
|
||||
|
||||
void CIO::Init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue