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: Settings.h
- Revision:
- 10:8a41143a9f52
- Parent:
- 9:b1f53e4eb453
- Child:
- 11:62d2a592b1ae
--- a/Settings.h Thu Aug 12 13:42:41 2021 +0000 +++ b/Settings.h Thu Aug 12 13:58:10 2021 +0000 @@ -23,8 +23,8 @@ const double FILTER_CUTOFF_FREQ = 100.0; const double PULSES_PER_REV = 256; -const double SAMPLE_TIME_US = 1000; -const double PRINT_TIME_S = 0.1; +const double SAMPLE_TIME_US = 1000;//1000 +const double PRINT_TIME_S = 1.0; const double ACCEL_SCALE = 3.0; const double VIBRATION_THRESHOLD = 0.15;