Add the POCSAG transmitter.

This commit is contained in:
Jonathan Naylor 2018-06-06 20:27:46 +01:00
parent d6c1bea80a
commit 20a0a875f3
12 changed files with 335 additions and 44 deletions

View file

@ -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)