Kashish Haresh Shah / Mbed 2 deprecated HXCClientShield

Dependencies:   mbed

Revision:
2:52bb5ee0a72d
Parent:
1:d4df183e5c12
--- a/LoRa/lora_driver.h	Thu Apr 01 19:03:45 2021 +0000
+++ b/LoRa/lora_driver.h	Tue Apr 13 22:04:32 2021 +0000
@@ -52,6 +52,14 @@
 
 /* Exported define -----------------------------------------------------------*/
 #include <stdint.h>
+#include <stdio.h>
+#include "hxc_client.h"
+#include "debug.h"
+#include "stm32l0xx_nucleo.h"
+#include "time_server.h"
+#include "tiny_sscanf.h"
+#include "utilities.h"
+#include "hxcclient_bsp.h"
 #define MAX_PAYLOAD_SIZE   64U
 
 /* Exported types ------------------------------------------------------------*/
@@ -115,7 +123,7 @@
 uint16_t Lora_getFwVersion(void);
 uint8_t Lora_getBatteryLevel(void);
 void Lora_updateUplinkRate(uint32_t time_s);
-
+void Lora_printDevEui(void);
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */