mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-08 16:05:52 +00:00
First version of initialisation.
This commit is contained in:
parent
9d725b9479
commit
ef65268b45
5 changed files with 75 additions and 87 deletions
4
FM.h
4
FM.h
|
|
@ -31,6 +31,10 @@ public:
|
|||
|
||||
void reset();
|
||||
|
||||
void 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 setAck(const char* ack, uint8_t speed, uint16_t frequency, uint16_t delay, uint8_t level);
|
||||
void setMisc(uint16_t timeout, uint8_t timeoutLevel, uint8_t ctcssFrequency, uint8_t ctcssThreshold, uint8_t ctcssLevel, uint8_t kerchunkTime, uint8_t hangTime);
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue