mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-07 15:36:21 +00:00
Add sync dumping and improve YSF and P25.
This commit is contained in:
parent
4bc0f36b49
commit
f3a3132a6c
10 changed files with 311 additions and 125 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015,2016 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2015,2016,2017 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -49,6 +49,8 @@ public:
|
|||
void writeCalData(const uint8_t* data, uint8_t length);
|
||||
void writeRSSIData(const uint8_t* data, uint8_t length);
|
||||
|
||||
void writeSamples(unsigned char mode, const q15_t* samples, unsigned char nSamples);
|
||||
|
||||
void writeDebug(const char* text);
|
||||
void writeDebug(const char* text, int16_t n1);
|
||||
void writeDebug(const char* text, int16_t n1, int16_t n2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue