Fertig

Dependencies:   mbed

Fork of RT2_P3_students by TeamSurface

Revision:
9:dc0eb7dd0d92
Parent:
7:72982ede2ff6
--- a/LinearCharacteristics.h	Tue Apr 17 11:47:35 2018 +0000
+++ b/LinearCharacteristics.h	Tue Apr 17 13:30:52 2018 +0000
@@ -8,6 +8,7 @@
 class LinearCharacteristics{
      public:
             LinearCharacteristics(float, float);
+            LinearCharacteristics(float, float ,float ,float);
             float evaluate(float);
             float operator()(float x){
                 return evaluate(x);