|
|
|
@ -96,6 +96,9 @@ int lower_digit(int number);
|
|
|
|
void update_rs(unsigned char parity[32], unsigned char c);
|
|
|
|
void update_rs(unsigned char parity[32], unsigned char c);
|
|
|
|
void write_little_endian(unsigned int word, int num_bytes, FILE *wav_file);
|
|
|
|
void write_little_endian(unsigned int word, int num_bytes, FILE *wav_file);
|
|
|
|
static int init_rf();
|
|
|
|
static int init_rf();
|
|
|
|
|
|
|
|
void test_radio();
|
|
|
|
|
|
|
|
void configure_radio();
|
|
|
|
|
|
|
|
|
|
|
|
extern int Encode_8b10b[][256];
|
|
|
|
extern int Encode_8b10b[][256];
|
|
|
|
|
|
|
|
|
|
|
|
int socket_open = 0;
|
|
|
|
int socket_open = 0;
|
|
|
|
|