added send_afsk - working

pull/1/head
Alan Johnston 7 years ago
parent dbc9fdd820
commit a40029bec3

@ -30,6 +30,7 @@
#include <unistd.h>
#include <errno.h>
#include <wiringPiI2C.h>
#include <../afsk/send_afsk.h>
#define MAX_MESSAGE_LENGTH (197)
@ -58,6 +59,8 @@ int main(void)
{
uint8_t retVal;
send_afsk();
// Configure SPI bus to AX5043
setSpiChannel(SPI_CHANNEL);
setSpiSpeed(SPI_SPEED);

Loading…
Cancel
Save

Powered by TurnKey Linux.