mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 23:33:40 +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
12
IOSTM.cpp
12
IOSTM.cpp
|
|
@ -569,12 +569,12 @@ static inline void delay_us(uint32_t us) {
|
|||
: "r0");
|
||||
}
|
||||
|
||||
void CIO::delay_rx() {
|
||||
#if defined(BIDIR_DATA_PIN)
|
||||
delay_us(290);
|
||||
#else
|
||||
delay_us(340);
|
||||
#endif
|
||||
void CIO::delay_ifcal_coarse() {
|
||||
delay_us(300);
|
||||
}
|
||||
|
||||
void CIO::delay_reset() {
|
||||
delay_us(300);
|
||||
}
|
||||
|
||||
void CIO::delay_us(uint32_t us) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue