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:
- 6:004dc33f4081
- Parent:
- 5:e9bb800a3742
- Child:
- 7:e36f61608c10
--- a/Settings.h Mon Aug 09 18:59:04 2021 +0000 +++ b/Settings.h Mon Aug 09 21:06:17 2021 +0000 @@ -23,6 +23,9 @@ const double FILTER_CUTOFF_FREQ = 100.0; const double PULSES_PER_REV = 256; +const double VIBRATION_THRASHOLD_G = 1.0; +const double ACCEL_SCALE = 2.0; + const double SAMPLE_TIME_US = 1000; const double PRINT_TIME_S = 0.1;