libsstvenc
Asynchronous Analogue SSTV encoder
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | SSTVENC_FREQ_VIS_BIT1 (1100) |
#define | SSTVENC_FREQ_SYNC (1200) |
#define | SSTVENC_FREQ_VIS_BIT0 (1300) |
#define | SSTVENC_FREQ_BLACK (1500) |
#define | SSTVENC_FREQ_VIS_START (1900) |
#define | SSTVENC_FREQ_WHITE (2300) |
#define | SSTVENC_FREQ_FSKID_BIT1 (1900) |
#define | SSTVENC_FREQ_FSKID_BIT0 (2100) |
Functions | |
uint16_t | sstvenc_level_freq (uint8_t level) |