Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
8:cd489b7c49a0
Child:
39:13e66d087ae9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Lora.h	Wed Aug 22 13:03:00 2018 +0000
@@ -0,0 +1,19 @@
+/*
+ * MISNet   
+ *
+ *  Lora:   Radio Management
+ *
+ *  Created on: August 17, 2018         Author: Francis CHATAIN
+ *
+ */
+#ifndef __LORA_H__
+#define __LORA_H__
+
+#include "mbed.h"
+#include "sx1280-hal.h"
+
+
+void initLora(uint32_t rf,RadioLoRaBandwidths_t bw,RadioLoRaSpreadingFactors_t sf,int8_t pwr) ; 
+void sendMessageLora () ; 
+
+#endif 
\ No newline at end of file