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>
#include <KISS.h>
HamShield radio;
@@ -30,7 +29,6 @@ void setup() {
// let the AU ot of reset
digitalWrite(RESET_PIN, HIGH);
Wire.begin();
radio.initialize();
radio.setSQOff();
radio.setFrequency(144390);