SX1276GenericLib to support sx1276 bassed LoRa modules, including HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Revision:
65:b2d98328fcba
Parent:
63:5b9d391244dc
Child:
83:019da451b283
--- a/radio/radio.h	Fri Jun 30 16:08:05 2017 +0200
+++ b/radio/radio.h	Tue Jul 11 13:32:34 2017 +0200
@@ -15,8 +15,12 @@
 #ifndef __RADIO_H__
 #define __RADIO_H__
 
+#ifdef __MBED__
 #include "mbed.h"
-
+#endif
+#ifdef ARDUINO
+#include <arduino.h>
+#endif
 
 /*!
  * Radio driver internal state machine states definition