Fork of SX1276 Lib

Fork of SX1276Lib by Semtech

Revision:
29:d0d219851731
Parent:
28:8fb2ff77baef
--- a/sx1276/sx1276.h	Tue Dec 06 10:42:05 2016 +0000
+++ b/sx1276/sx1276.h	Mon Jan 23 12:18:01 2017 +0000
@@ -19,7 +19,6 @@
 #include "./registers/sx1276Regs-Fsk.h"
 #include "./registers/sx1276Regs-LoRa.h"
 #include "./typedefs/typedefs.h"
-#include "SWSPI.h"
 
 
 
@@ -53,7 +52,7 @@
     /*!
     * SPI Interface
     */
-    SWSPI spi; // mosi, miso, sclk
+    SPI spi; // mosi, miso, sclk
     DigitalOut nss;  
 
     /*!