Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
41:5a436163dddf
Parent:
8:cd489b7c49a0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Lorah.txt	Mon Oct 22 09:37:50 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