BeRTOS
cfg_afsk.h
Go to the documentation of this file.
00001 
00038 #ifndef CFG_AFSK_H
00039 #define CFG_AFSK_H
00040 
00047 #define AFSK_LOG_LEVEL      LOG_LVL_WARN
00048 
00055 #define AFSK_LOG_FORMAT     LOG_FMT_TERSE
00056 
00057 
00063 #define CONFIG_AFSK_FILTER AFSK_CHEBYSHEV
00064 
00065 
00072 #define CONFIG_AFSK_RX_BUFLEN 32
00073 
00080 #define CONFIG_AFSK_TX_BUFLEN 32
00081 
00087 #define CONFIG_AFSK_DAC_SAMPLERATE 9600
00088 
00094 #define CONFIG_AFSK_RXTIMEOUT 0
00095 
00096 
00102 #define CONFIG_AFSK_PREAMBLE_LEN 300UL
00103 
00104 
00105 
00111 #define CONFIG_AFSK_TRAILER_LEN 50UL
00112 
00113 #endif /* CFG_AFSK_H */