Michael Ernst Peter / PM2_Libary

Dependencies:   LSM9DS1 RangeFinder FastPWM

Dependents:   PM2_Example_PES_board PM2_Example_PES_board PM2_Example_PES_board PM2_Example_PES_board ... more

Revision:
26:6c326a352f1b
Parent:
24:f2614d8577a1
Child:
27:fdb94d0b5d87
--- a/AvgFilter.h	Thu May 05 09:10:11 2022 +0000
+++ b/AvgFilter.h	Thu May 05 09:13:43 2022 +0000
@@ -8,7 +8,7 @@
 public:
     AvgFilter(){};
     AvgFilter(uint8_t _N);
-    ~AvgFilter();
+    virtual ~AvgFilter();
 
     void setup(uint8_t _N);
     void reset();