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: main.cpp
- Revision:
- 213:2218bab57355
- Parent:
- 212:1e370ffcb73d
- Child:
- 215:7aa534d8ec4e
--- a/main.cpp Sun Apr 29 03:16:14 2018 +0000 +++ b/main.cpp Sun Apr 29 04:50:25 2018 +0000 @@ -173,7 +173,7 @@ } int main() { - dq = new DirectMapper(0.0f, 50.0f);//InterpolatingLutMapper(); + dq = new InterpolatingLutMapper(); th = new LimitingThrottleMapper(1500.0f); BREMSInit(&io, &read, &foc, &control, false);