Semtech LoRaWAN-demo configured for 915MHz operation and multi-radio support (SX1276/SX1272)

Dependencies:   mbed LoRaWAN-lib SX1272Lib SX1276Lib

Fork of LoRaWAN-demo-72 by Semtech

Revision:
7:5077515c163b
Parent:
1:263aa4ff29cd
Child:
8:a35d5c979745
--- a/board/board.h	Tue Apr 04 13:36:56 2017 +0000
+++ b/board/board.h	Mon Apr 24 13:29:34 2017 +0000
@@ -26,6 +26,20 @@
 extern SX1272MB2xAS Radio;
 
 /*!
+ * \brief Disable interrupts
+ *
+ * \remark IRQ nesting is managed
+ */
+void BoardDisableIrq( void );
+
+/*!
+ * \brief Enable interrupts
+ *
+ * \remark IRQ nesting is managed
+ */
+void BoardEnableIrq( void );
+
+/*!
  * \brief Initializes the target board peripherals.
  */
 void BoardInit( void );