Bootcamp application example using LoRaWAN-lib MAC layer implementation. Provides an application example controlling a 3 color LED and a light sensor.
Dependencies: mbed Chainable_RGB_LED DigitDisplay LoRaWAN-lib SX1272Lib
Fork of LoRaWAN-demo-72 by
For a detailed description of the LoRaWAN operations, please visit the MBED dedicated page at https://developer.mbed.org/teams/Semtech/code/LoRaWAN-demo-72/
Diff: board/board.h
- Revision:
- 9:0083afd69815
- Parent:
- 1:263aa4ff29cd
--- a/board/board.h Tue Apr 04 13:37:39 2017 +0000 +++ b/board/board.h Mon Apr 24 13:31:49 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 );