mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Add carrier detect LED to MMDVM firmware
This commit is contained in:
parent
d3eb7dbd4c
commit
e3f35e0875
3 changed files with 14 additions and 2 deletions
5
IO.cpp
5
IO.cpp
|
|
@ -312,6 +312,11 @@ void CIO::setDecode(bool dcd)
|
|||
m_dcd = dcd;
|
||||
}
|
||||
|
||||
bool CIO::getDecode()
|
||||
{
|
||||
return m_dcd;
|
||||
}
|
||||
|
||||
void CIO::setADCDetection(bool detect)
|
||||
{
|
||||
m_detect = detect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue