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:
- 11:62d2a592b1ae
- Parent:
- 10:8a41143a9f52
- Child:
- 14:81d390496d4e
diff -r 8a41143a9f52 -r 62d2a592b1ae Settings.h --- a/Settings.h Thu Aug 12 13:58:10 2021 +0000 +++ b/Settings.h Thu Aug 12 15:15:32 2021 +0000 @@ -23,7 +23,7 @@ const double FILTER_CUTOFF_FREQ = 100.0; const double PULSES_PER_REV = 256; -const double SAMPLE_TIME_US = 1000;//1000 +const double SAMPLE_TIME_US = 1000; const double PRINT_TIME_S = 1.0; const double ACCEL_SCALE = 3.0;