Beginnings of external audio for the FM controller.

This commit is contained in:
Jonathan Naylor 2020-05-07 16:17:00 +01:00
parent eb9c0dfd93
commit a816818e3f
3 changed files with 53 additions and 4 deletions

4
FM.h
View file

@ -57,6 +57,10 @@ public:
uint8_t setAck(const char* rfAck, uint8_t speed, uint16_t frequency, uint8_t minTime, uint16_t delay, uint8_t level);
uint8_t setMisc(uint16_t timeout, uint8_t timeoutLevel, uint8_t ctcssFrequency, uint8_t ctcssThreshold, uint8_t ctcssLevel, uint8_t kerchunkTime, uint8_t hangTime, bool useCOS, bool cosInvert, uint8_t rfAudioBoost, uint8_t maxDev, uint8_t rxLevel);
uint8_t getSpace() const;
uint8_t writeData(const uint8_t* data, uint8_t length);
private:
CFMKeyer m_callsign;
CFMKeyer m_rfAck;