Template for group 4

Dependencies:   mbed

Fork of RT2_P3_students by RT2_P3_students

LinearCharacteristics.cpp

Committer:
altb
Date:
2018-04-10
Revision:
4:2cc56521aa16
Parent:
2:769ce5f06d3e
Child:
5:72982ede2ff6

File content as of revision 4:2cc56521aa16:

#include "LinearCharacteristics.h"

using namespace std;

LinearCharacteristics::LinearCharacteristics(){    // standard lin characteristics
    
}

LinearCharacteristics::~LinearCharacteristics() {}