Test of pmic GPA with filter

Dependencies:   mbed

Fork of nucf446-cuboid-balance1_strong by RT2_Cuboid_demo

Revision:
24:33ded7d7bcbd
Parent:
22:715d351d0be7
Child:
25:e46687840dd6
--- a/GPA.h	Mon Apr 09 15:09:54 2018 +0000
+++ b/GPA.h	Mon Apr 09 18:13:58 2018 +0000
@@ -3,6 +3,7 @@
 public:
 
     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);
 
     float operator()(float inp, float out) {
         return update((double)inp, (double)out);