LoRaWAN end device MAC layer for SX1272 and SX1276. Supports LoRaWAN-1.0 and LoRaWAN-1.1

Dependencies:   sx12xx_hal

Dependents:   LoRaWAN-SanJose_Bootcamp LoRaWAN-grove-cayenne LoRaWAN-classC-demo LoRaWAN-grove-cayenne ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers target.h Source File

target.h

00001 #include <stdint.h>
00002 
00003 #if __cplusplus
00004 extern "C" {
00005 #endif
00006 void HardwareIDtoDevEUI(uint8_t* DevEui);
00007 int targetCheckLSE(void);
00008 #if __cplusplus
00009 };
00010 #endif
00011