mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
First version of initialisation.
This commit is contained in:
parent
9d725b9479
commit
ef65268b45
5 changed files with 75 additions and 87 deletions
12
FM.cpp
12
FM.cpp
|
|
@ -35,3 +35,15 @@ void CFM::process()
|
|||
void CFM::reset()
|
||||
{
|
||||
}
|
||||
|
||||
void CFM::setCallsign(const char* callsign, uint8_t speed, uint16_t frequency, uint8_t time, uint8_t holdoff, uint8_t highLevel, uint8_t lowLevel, bool callAtStart, bool callAtEnd)
|
||||
{
|
||||
}
|
||||
|
||||
void CFM::setAck(const char* ack, uint8_t speed, uint16_t frequency, uint16_t delay, uint8_t level)
|
||||
{
|
||||
}
|
||||
|
||||
void CFM::setMisc(uint16_t timeout, uint8_t timeoutLevel, uint8_t ctcssFrequency, uint8_t ctcssThreshold, uint8_t ctcssLevel, uint8_t kerchunkTime, uint8_t hangTime)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue