mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Add getData
This commit is contained in:
parent
5d4df6ffd9
commit
86ffc69b30
2 changed files with 8 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ public:
|
|||
CFMDownsampler(uint16_t length);
|
||||
void addSample(q15_t sample);
|
||||
bool getPackedData(uint8_t& data);
|
||||
uint16_t getData();
|
||||
void reset();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue