Francis CHATAIN / Mbed 2 deprecated MSNV2-Terminal_V1-6

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

ExtMemory.cpp

Committer:
FCH_31
Date:
2018-08-22
Revision:
10:1b37e3b41947
Parent:
8:cd489b7c49a0
Child:
13:5414193da1de

File content as of revision 10:1b37e3b41947:

/*
 * MISNet   
 *
 *  ExtMemory:   Accès EEPROM 
 *
 *  Created on: August 17, 2018       Author: Francis CHATAIN
 *
 */
 



// =====================================  Includes
#include "ExtMemory.h"
#include "DataBase.h"

// =====================================  Method of class


void ExtMemory::read (DataBase* dataBase) {
    // read eeprom  and initialize database
    //(Example)
    dataBase->setRadioParameter ( (uint32_t)2400000000UL, LORA_BW_0400, LORA_SF7, (int8_t)-18, (uint8_t)100, (uint16_t)2000) ;    
    }