Test of pmic GPA with filter

Dependencies:   mbed

Fork of nucf446-cuboid-balance1_strong by RT2_Cuboid_demo

Revision:
25:e46687840dd6
Parent:
24:33ded7d7bcbd
Child:
26:492c7ab05e67
diff -r 33ded7d7bcbd -r e46687840dd6 GPA.h
--- a/GPA.h	Mon Apr 09 18:13:58 2018 +0000
+++ b/GPA.h	Mon Apr 09 18:23:10 2018 +0000
@@ -4,6 +4,7 @@
 
     GPA(float fMin, float fMax, int NfexcDes, int NperMin, int NmeasMin, float Ts, float Aexc0, float Aexc1);
     GPA(float f0, float f1, float *fexcDes, int NperMin, int NmeasMin, float Ts, float Aexc0, float Aexc1);
+    GPA(float *fexcDes, int NperMin, int NmeasMin, float Ts, float Aexc0, float Aexc1);
 
     float operator()(float inp, float out) {
         return update((double)inp, (double)out);