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: setting.h
- Revision:
- 5:a4319f79457b
- Parent:
- 2:a1c0a37df760
- Child:
- 7:e9086c72bb22
--- a/setting.h Tue Aug 20 07:57:10 2019 +0000 +++ b/setting.h Tue Aug 20 10:12:00 2019 +0000 @@ -20,6 +20,11 @@ #define FREQ_10k 10000.0 #define FREQ_20k 20000.0 #define FREQ_40k 40000.0 +#define DT_5k 0.0002 +#define DT_10k 0.0001 +#define DT_20k 0.00005 +#define DT_40k 0.000025 + extern double dtc_v; extern double dtc_w;