Senet / Senet NAMote

Dependencies:   GeoPosition Senet_Packet lib_gps lib_mma8451q lib_mpl3115a2 lib_sx9500 lmic_MOTE_L152RC mbed-src

Committer:
dkjendal
Date:
Thu Aug 11 20:58:58 2016 +0000
Revision:
6:79fcda1280fc
Parent:
4:059d004186ed
Child:
10:72c5e2cfa473
clean;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shaunkrnelson 0:46990814dc89 1 // Senet Developer Application EUI
shaunkrnelson 0:46990814dc89 2 u1_t reverse_APPEUI[8]={0x00,0x25,0x0C,0x00,0x00,0x01,0x00,0x01};
shaunkrnelson 0:46990814dc89 3
shaunkrnelson 0:46990814dc89 4 // Device EUI
dkjendal 6:79fcda1280fc 5 u1_t reverse_DEVEUI[8]={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
shaunkrnelson 0:46990814dc89 6
shaunkrnelson 0:46990814dc89 7 // Device Application Key (Get this from Developer Portal Device configuration)
dkjendal 6:79fcda1280fc 8 u1_t DEVKEY[16]= {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};