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:
- 55:3568b78dc203
- Parent:
- 54:25db122c05f0
- Child:
- 56:c681001dfa46
--- a/main.cpp Wed Jan 25 02:18:22 2017 +0000 +++ b/main.cpp Wed Jan 25 02:41:17 2017 +0000 @@ -141,7 +141,7 @@ } bool is_driving() { - return io.throttle_in->get_throttle() > 0.01f || fabsf(read.w) > 1.0f; + return io.throttle_in->get_throttle() > 0.01f || fabsf(read.w) > W_SAFE; } float update_filter(float old, float x, float str) {