mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 22:18:57 +00:00
More work on the keyer.
This commit is contained in:
parent
c103ac91b3
commit
4b0c3d88f3
3 changed files with 39 additions and 6 deletions
|
|
@ -35,9 +35,11 @@ public:
|
|||
bool isRunning() const;
|
||||
|
||||
private:
|
||||
q15_t m_level;
|
||||
bool m_wanted;
|
||||
bool m_running;
|
||||
q15_t m_level;
|
||||
bool m_wanted;
|
||||
bool m_running;
|
||||
uint8_t m_poBuffer[1000U];
|
||||
uint16_t m_poLen;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue