cfg_afsk.h
Go to the documentation of this file.00001
00039 #ifndef CFG_AFSK_H
00040 #define CFG_AFSK_H
00041
00048 #define AFSK_LOG_LEVEL LOG_LVL_WARN
00049
00056 #define AFSK_LOG_FORMAT LOG_FMT_TERSE
00057
00058
00064 #define CONFIG_AFSK_FILTER AFSK_CHEBYSHEV
00065
00066
00073 #define CONFIG_AFSK_RX_BUFLEN 32
00074
00081 #define CONFIG_AFSK_TX_BUFLEN 32
00082
00088 #define CONFIG_AFSK_DAC_SAMPLERATE 9600
00089
00095 #define CONFIG_AFSK_RXTIMEOUT 0
00096
00097
00103 #define CONFIG_AFSK_PREAMBLE_LEN 300UL
00104
00105
00106
00112 #define CONFIG_AFSK_TRAILER_LEN 50UL
00113
00114 #endif