mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 15:23:43 +00:00
Some minor changes in delay functions
This commit is contained in:
parent
587fe63a47
commit
66fe701251
5 changed files with 22 additions and 12 deletions
|
|
@ -73,6 +73,12 @@ void CIO::delay_rx() {
|
|||
delayMicroseconds(1);
|
||||
}
|
||||
|
||||
void CIO::dlybit(void)
|
||||
{
|
||||
volatile unsigned int delay;
|
||||
delayMicroseconds(1);
|
||||
}
|
||||
|
||||
void CIO::Init()
|
||||
{
|
||||
#if defined (__STM32F1__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue