Francis CHATAIN / Mbed 2 deprecated MSNV2-Terminal_V1-6

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Sensor.cpp

Committer:
FCH_31
Date:
2018-08-22
Revision:
8:cd489b7c49a0
Child:
10:1b37e3b41947

File content as of revision 8:cd489b7c49a0:

/*
 * MISNet   
 *
 *  Frame:   Template sensors 
 *
 *  Created on: August 17, 2018       Author: Francis CHATAIN
 *
 */
 
#ifndef __SENSOR_C__
#define __SENSOR_C__


// =====================================  Includes
#include "Sensor.h"

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


void Sensor::getTest () {}



#endif