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:
- 45:cf8ad81fb0f0
- Parent:
- 44:3fd6a43b91f0
- Child:
- 46:748aba7d111d
--- a/main.cpp Sun Jan 08 09:03:15 2017 +0000
+++ b/main.cpp Sun Jan 08 09:07:39 2017 +0000
@@ -152,8 +152,8 @@
int main() {
BREMSInit(&io, &read, &foc, &control, false);
- dq = new LutMapper();
- th = new DrivingThrottleMapper();
+ dq = new LinearNoFWMapper(KT, TORQUE_MAX, FLUX_LINKAGE);
+ th = new NullThrottleMapper();
for (;;) {
}