This library update contains changes according to the HW-modification.

Dependents:   LoRaWAN_Serial_port_driven_and_configurable_ELMO_based_on_TxRx_Template

Fork of SX1272lib by Espotel

Changes compared to original SX1272lib:

HW modification was made to remove RFO-output and replaced with PABOOST-output. PASELECT changed accordingly.

Revision:
2:b0a793d995ad
Parent:
0:669f3b0e91c8
--- a/typedefs/typedefs.h	Thu Sep 17 15:03:32 2015 +0200
+++ b/typedefs/typedefs.h	Thu Sep 17 15:26:17 2015 +0200
@@ -19,10 +19,8 @@
 #include "./enums/enums.h"
 
 
-class SX1276;
 class Radio;
-class SX1276MB1xAS;
-class SX1272MB1xAS;
+class SX1272BRD;
 /*!
  * Hardware IO IRQ callback function definition
  */
@@ -32,8 +30,7 @@
  * triggers definition
  */
 typedef void ( Radio::*Trigger )( void );
-typedef void ( SX1276MB1xAS::*TriggerMB1xASSX1276 )( void );
-typedef void ( SX1272MB1xAS::*TriggerMB1xASSX1272 )( void );
+typedef void ( SX1272BRD::*TriggerSX1272BRD )( void );
 
 /*!
  * FSK bandwidth definition