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: GeoPosition Senet_Packet lib_gps lib_mma8451q lib_mpl3115a2 lib_sx9500 lmic_MOTE_L152RC mbed-src
Commissioning.h@12:678b10e19810, 2016-08-11 (annotated)
- Committer:
- dkjendal
- Date:
- Thu Aug 11 20:56:47 2016 +0000
- Revision:
- 12:678b10e19810
- Parent:
- 4:059d004186ed
clear;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dkjendal | 4:059d004186ed | 1 | // Senet Developer Application EUI |
dkjendal | 12:678b10e19810 | 2 | u1_t reverse_APPEUI[8]={0x00,0x25,0x0C,0x00,0x00,0x01,0x00,0x00}; |
dkjendal | 4:059d004186ed | 3 | |
dkjendal | 4:059d004186ed | 4 | // Device EUI |
dkjendal | 12:678b10e19810 | 5 | u1_t reverse_DEVEUI[8]={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; |
dkjendal | 4:059d004186ed | 6 | |
dkjendal | 4:059d004186ed | 7 | // Device Application Key (Get this from Developer Portal Device configuration) |
dkjendal | 12:678b10e19810 | 8 | u1_t DEVKEY[16]= {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; |