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

@ -221,6 +221,10 @@ void CIO::setNXDNInt(bool on)
digitalWrite(PIN_NXDN, on ? HIGH : LOW);
}
void CIO::setPOCSAGInt(bool on)
{
}
void CIO::delayInt(unsigned int dly)
{
delay(dly);