Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
41:5a436163dddf
Parent:
36:14a8da4108d5
--- a/Lora.h	Tue Oct 16 07:29:51 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-/*
- * 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