mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Add the POCSAG transmitter.
This commit is contained in:
parent
d6c1bea80a
commit
20a0a875f3
12 changed files with 335 additions and 44 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue