mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-19 06:40:33 -04:00
Interleaver implemented
This commit is contained in:
parent
0b2683e486
commit
85286ad467
5 changed files with 173 additions and 49 deletions
|
@ -2,6 +2,12 @@
|
|||
#ifndef FSK_CFG
|
||||
#define FSK_CFG
|
||||
|
||||
// Debug & test options
|
||||
#define SERIAL_DEBUG true
|
||||
#define PASSALL false
|
||||
#define AUTOREPLY false
|
||||
|
||||
// Modem options
|
||||
#define CONFIG_AFSK_RX_BUFLEN 64 // The size of the modems receive buffer
|
||||
#define CONFIG_AFSK_TX_BUFLEN 64 // The size of the modems transmit buffer
|
||||
#define CONFIG_AFSK_DAC_SAMPLERATE 9600 // The samplerate of the DAC. Note that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue