Fix examples to match Master branch.

This commit is contained in:
nick6x
2016-08-13 15:39:53 -07:00
parent c9a9320719
commit ad7d729010
7 changed files with 15 additions and 13 deletions

View File

@@ -29,7 +29,6 @@ void setup() {
radio.initialize();
radio.frequency(145010);
radio.setSQOff();
I2Cdev::writeWord(A1846S_DEV_ADDR_SENLOW, 0x44, 0b11111111);
Serial.println(F("Frequency"));
delay(100);
Serial.print(F("Squelch(H/L): "));