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.
Diff: LoRa/lora_driver.h
- 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 */