updating all examples for new library

This commit is contained in:
morgan
2016-04-13 19:12:06 -07:00
parent 3a209d8db4
commit 5f363f1537
22 changed files with 31 additions and 66 deletions

View File

@@ -8,10 +8,8 @@
#define DDS_REFCLK_DEFAULT 9600
#include <HamShield.h>
#include <Wire.h>
#include <avr/wdt.h>
//TODO: move these into library
#define PWM_PIN 3
#define RESET_PIN A3
#define SWITCH_PIN 2
@@ -39,8 +37,6 @@ void setup() {
digitalWrite(RESET_PIN, HIGH);
Serial.begin(115200);
Wire.begin();
radio.initialize();
radio.frequency(144390);