Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of RT2_P3_students_G4 by
Diff: LinearCharacteristics.h
- Revision:
- 7:01a7363583b2
- Parent:
- 5:72982ede2ff6
- Child:
- 10:85840c065e00
diff -r 8ed679044a72 -r 01a7363583b2 LinearCharacteristics.h
--- a/LinearCharacteristics.h Tue Apr 17 11:47:35 2018 +0000
+++ b/LinearCharacteristics.h Sun Apr 22 19:54:59 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);
