Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Lorah.txt

Committer:
FCH_31
Date:
2018-10-22
Revision:
41:5a436163dddf
Parent:
Lora.h@ 8:cd489b7c49a0

File content as of revision 41:5a436163dddf:

/*
 * 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