Fix examples to reflect combined KISS and AFSK libraries.

This commit is contained in:
nick6x 2016-08-19 18:52:36 -07:00
parent e10e351e49
commit f369c2ff9a
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
#include <HamShield.h>
#include <DDS.h>
#include <AFSK.h>
#include <packet.h>
#include <avr/wdt.h>
#define PWM_PIN 3

View File

@ -17,7 +17,7 @@
#include <HamShield.h>
#include <DDS.h>
#include <AFSK.h>
#include <packet.h>
#include <avr/wdt.h>
#define PWM_PIN 3

View File

@ -14,7 +14,7 @@
#include <HamShield.h>
#include <DDS.h>
#include <AFSK.h>
#include <packet.h>
#define PWM_PIN 3
#define RESET_PIN A3

View File

@ -11,7 +11,7 @@
#include <HamShield.h>
#include <KISS.h>
#include <AFSK.h>
#include <packet.h>
HamShield radio;
DDS dds;