Template for group 4

Dependencies:   mbed

Fork of RT2_P3_students by RT2_P3_students

Committer:
altb
Date:
Tue Apr 10 11:44:36 2018 +0000
Revision:
4:2cc56521aa16
Parent:
2:769ce5f06d3e
Child:
5:72982ede2ff6
G3_1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
altb 0:78ca29b4c49e 1 #include "LinearCharacteristics.h"
altb 0:78ca29b4c49e 2
altb 0:78ca29b4c49e 3 using namespace std;
altb 0:78ca29b4c49e 4
altb 4:2cc56521aa16 5 LinearCharacteristics::LinearCharacteristics(){ // standard lin characteristics
altb 4:2cc56521aa16 6
altb 2:769ce5f06d3e 7 }
altb 2:769ce5f06d3e 8
altb 2:769ce5f06d3e 9 LinearCharacteristics::~LinearCharacteristics() {}
altb 2:769ce5f06d3e 10