mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Set up the FM mode pins, partially.
This commit is contained in:
parent
c55002534e
commit
61ccd79c5f
7 changed files with 90 additions and 13 deletions
10
IO.cpp
10
IO.cpp
|
|
@ -169,23 +169,33 @@ void CIO::selfTest()
|
|||
delayInt(250);
|
||||
setP25Int(true);
|
||||
|
||||
#if !defined(USE_ALTERNATE_NXDN_LEDS)
|
||||
delayInt(250);
|
||||
setNXDNInt(true);
|
||||
#endif
|
||||
|
||||
#if !defined(USE_ALTERNATE_POCSAG_LEDS)
|
||||
delayInt(250);
|
||||
setPOCSAGInt(true);
|
||||
#endif
|
||||
|
||||
#if !defined(USE_ALTERNATE_FM_LEDS)
|
||||
delayInt(250);
|
||||
setFMInt(true);
|
||||
|
||||
delayInt(250);
|
||||
setFMInt(false);
|
||||
#endif
|
||||
|
||||
#if !defined(USE_ALTERNATE_POCSAG_LEDS)
|
||||
delayInt(250);
|
||||
setPOCSAGInt(false);
|
||||
#endif
|
||||
|
||||
#if !defined(USE_ALTERNATE_NXDN_LEDS)
|
||||
delayInt(250);
|
||||
setNXDNInt(false);
|
||||
#endif
|
||||
|
||||
delayInt(250);
|
||||
setP25Int(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue