![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
LoRaWAN demo 76 bootcamp
Dependencies: mbed DigitDisplay Chainable_RGB_LED LoRaWAN-lib SX1276Lib
Diff: board/board.h
- Revision:
- 5:d87bb1eabccd
- Parent:
- 0:cb80564f40e1
--- a/board/board.h Tue Apr 04 13:39:43 2017 +0000 +++ b/board/board.h Mon Apr 24 13:40:32 2017 +0000 @@ -26,6 +26,20 @@ extern SX1276MB1xAS 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 );