mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 15:23:43 +00:00
Improving ADF7021 interface, fixing small bugs
This commit is contained in:
parent
83d1916b11
commit
fc0d47af0a
6 changed files with 55 additions and 43 deletions
|
|
@ -70,12 +70,15 @@ extern "C" {
|
|||
}
|
||||
|
||||
void CIO::delay_rx() {
|
||||
delayMicroseconds(1);
|
||||
#if defined (__STM32F1__)
|
||||
delayMicroseconds(290);
|
||||
#else
|
||||
delayMicroseconds(150);
|
||||
#endif
|
||||
}
|
||||
|
||||
void CIO::dlybit(void)
|
||||
{
|
||||
volatile unsigned int delay;
|
||||
delayMicroseconds(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue