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 modular_signal_processing by
Diff: main.cpp
- Revision:
- 3:c61f5ff0f916
- Parent:
- 2:319575416324
- Child:
- 4:bfa5feb61689
--- a/main.cpp Thu Feb 15 21:01:54 2018 +0000 +++ b/main.cpp Thu Feb 15 21:24:51 2018 +0000 @@ -92,7 +92,7 @@ avg_sum += data; //Update running sum if (avg_write == 0) { //First 160 values have been added to buffer - intialised= false; + intialised= true; //Get inital min and max max = initialMax();