-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimized code structure, naming in Arduino style.
- Loading branch information
1 parent
2d4e2d8
commit 68c0714
Showing
94 changed files
with
1,585 additions
and
1,603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/*! | ||
* \file Commissioning.h | ||
* | ||
* \brief End device commissioning parameters | ||
* | ||
* \copyright Revised BSD License, see section \ref LICENSE. | ||
* | ||
* \code | ||
* ______ _ | ||
* / _____) _ | | | ||
* ( (____ _____ ____ _| |_ _____ ____| |__ | ||
* \____ \| ___ | (_ _) ___ |/ ___) _ \ | ||
* _____) ) ____| | | || |_| ____( (___| | | | | ||
* (______/|_____)_|_|_| \__)_____)\____)_| |_| | ||
* (C)2013-2017 Semtech | ||
* | ||
* \endcode | ||
* | ||
* \author Miguel Luis ( Semtech ) | ||
* | ||
* \author Gregory Cristian ( Semtech ) | ||
*/ | ||
#ifndef __LORA_COMMISSIONING_H__ | ||
#define __LORA_COMMISSIONING_H__ | ||
|
||
#include "LoRaMac.h" | ||
|
||
/*! | ||
* User application data buffer size | ||
*/ | ||
#define LORAWAN_APP_DATA_MAX_SIZE 128 //if use AT mode, don't modify this value or may run dead | ||
|
||
/*! | ||
* Indicates if the end-device is to be connected to a private or public network | ||
*/ | ||
#define LORAWAN_PUBLIC_NETWORK true | ||
|
||
/*! | ||
* Current network ID | ||
*/ | ||
#define LORAWAN_NETWORK_ID ( uint32_t )0 | ||
|
||
|
||
#endif // __LORA_COMMISSIONING_H__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.