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
+4
View File
@@ -434,6 +434,10 @@ void CIO::setNXDNInt(bool on)
BB_NXDN = !!on;
}
void CIO::setPOCSAGInt(bool on)
{
}
void CIO::delayInt(unsigned int dly)
{
delay(dly);