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:
- 15:f86310960aab
- Parent:
- 14:81d390496d4e
- Child:
- 17:eb74805e8f9b
--- a/Settings.h Thu Aug 12 16:51:19 2021 +0000 +++ b/Settings.h Thu Aug 12 16:53:02 2021 +0000 @@ -24,7 +24,7 @@ const double PULSES_PER_REV = 256; const double SAMPLE_TIME_US = 1000; -const double PRINT_TIME_S = 0.01; +const double PRINT_TIME_S = 1.0; const double ACCEL_SCALE = 3.0; const double VIBRATION_THRESHOLD = 0.15;