More work on the keyer.

This commit is contained in:
Jonathan Naylor 2020-04-15 22:41:30 +01:00
parent c103ac91b3
commit 4b0c3d88f3
3 changed files with 39 additions and 6 deletions

View file

@ -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