mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 22:46:59 +00:00
Add the POCSAG transmitter.
This commit is contained in:
parent
d6c1bea80a
commit
20a0a875f3
12 changed files with 335 additions and 44 deletions
|
|
@ -1121,6 +1121,10 @@ void CIO::setNXDNInt(bool on)
|
|||
#endif
|
||||
}
|
||||
|
||||
void CIO::setPOCSAGInt(bool on)
|
||||
{
|
||||
}
|
||||
|
||||
// Simple delay function for STM32
|
||||
// Example from: http://thehackerworkshop.com/?p=1209
|
||||
void CIO::delayInt(unsigned int dly)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue