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.
Diff: analogAverager.h
- Revision:
- 1:b645a3714368
- Parent:
- 0:13ce3869e3dd
--- a/analogAverager.h Wed Oct 02 19:14:45 2019 +0000 +++ b/analogAverager.h Mon Oct 07 12:44:29 2019 +0000 @@ -13,7 +13,7 @@ float nomVal; public: - analogAverager(float, bool, float, bool, float); + analogAverager(float, bool, bool, float, bool, bool, float); void putVal(float); float getAvg(void); void resetNum(void);