Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_IKS01A1 LoRaWAN-lib SX1276Lib mbed
app/LoRaMacLayerService.h
- Committer:
- emerette
- Date:
- 2018-11-09
- Revision:
- 8:88e8a1c7b88a
- Parent:
- 0:42863a11464a
File content as of revision 8:88e8a1c7b88a:
/* / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| (C)2015 Semtech Description: MAC Layer Services: MLME & MCPS License: Revised BSD License, see LICENSE.TXT file include in the project Maintainer: Uttam Bhat */ #ifndef __LORA_MAC_LAYER_SERVICE__ #define __LORA_MAC_LAYER_SERVICE__ #include "board.h" #include "LoRaMac.h" #include "Common.h" #include "LoRaEventProc.h" #include "ComplianceTest.h" #include "SerialDisplay.h" #include "mbed.h" void McpsConfirm( McpsConfirm_t *McpsConfirm ); void McpsIndication( McpsIndication_t *McpsIndication ); void MlmeConfirm( MlmeConfirm_t *MlmeConfirm ); #endif