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:
- 215:7aa534d8ec4e
- Parent:
- 213:2218bab57355
- Child:
- 223:b986e7cee521
--- a/main.cpp Sun Apr 29 05:02:14 2018 +0000 +++ b/main.cpp Mon Apr 30 03:33:23 2018 +0000 @@ -107,9 +107,11 @@ case MODE_RUN: break; case MODE_ZERO: - va = 0.9f; - vb = -0.9f; - vc = -0.9f; + if (control.user_cmd > 0.5f) { + va = 0.9f; vb = -0.9f; vc = -0.9f; + } else { + va = 0.0f; vb = 0.0f; vc = 0.0f; + } break; case MODE_CHR: //i have no idea lol;