Fork of SX1276 Lib

Fork of SX1276Lib by Semtech

Revision:
27:2aed13d8cd19
Parent:
22:7f3aab69cca9
Child:
28:8fb2ff77baef
--- a/sx1276/sx1276.h	Fri Nov 25 11:41:21 2016 +0000
+++ b/sx1276/sx1276.h	Fri Nov 25 16:31:26 2016 +0000
@@ -19,6 +19,7 @@
 #include "./registers/sx1276Regs-Fsk.h"
 #include "./registers/sx1276Regs-LoRa.h"
 #include "./typedefs/typedefs.h"
+#include "SWSPI.h"
 
 /*!
  * Radio wakeup time from SLEEP mode
@@ -50,7 +51,7 @@
     /*!
     * SPI Interface
     */
-    SPI spi; // mosi, miso, sclk
+    SWSPI spi; // mosi, miso, sclk
     DigitalOut nss;
 
     /*!