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

@@ -1,5 +1,4 @@
#include <HamShield.h>
#include <Wire.h>
#define PWM_PIN 3
#define RESET_PIN A3
@@ -22,7 +21,7 @@ void setup() {
digitalWrite(RESET_PIN, HIGH);
Serial.begin(9600);
Wire.begin();
Serial.println(F("Radio test connection"));
Serial.println(radio.testConnection(), DEC);
Serial.println(F("Initialize"));