|
|
|
|
@ -23,16 +23,16 @@
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include "status.h"
|
|
|
|
|
#include "ax5043.h"
|
|
|
|
|
#include "ax25.h"
|
|
|
|
|
#include "afsk/status.h"
|
|
|
|
|
#include "afsk/ax5043.h"
|
|
|
|
|
#include "afsk/ax25.h"
|
|
|
|
|
#include "spi/ax5043spi.h"
|
|
|
|
|
#include <wiringPiI2C.h>
|
|
|
|
|
#include <wiringPi.h>
|
|
|
|
|
#include <wiringSerial.h>
|
|
|
|
|
#include <time.h>
|
|
|
|
|
#include <math.h>
|
|
|
|
|
#include "TelemEncoding.h"
|
|
|
|
|
#include "afsk/TelemEncoding.h"
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <netinet/in.h>
|
|
|
|
|
|