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: Mixer/Mixer.cpp
- Revision:
- 38:ff95fd524c9e
- Parent:
- 37:34917f7c10ae
--- a/Mixer/Mixer.cpp Wed Jun 12 16:42:32 2013 +0000
+++ b/Mixer/Mixer.cpp Mon Jun 24 14:18:47 2013 +0000
@@ -34,7 +34,7 @@
}
for(int i = 0; i < 4; i++) { // make sure no motor stands still or gets a higher speed than 1000
- Motor_speed[i] = Motor_speed[i] > 150 ? Motor_speed[i] : 150;
+ Motor_speed[i] = Motor_speed[i] > 70 ? Motor_speed[i] : 70;
Motor_speed[i] = Motor_speed[i] <= 1000 ? Motor_speed[i] : 1000;
}
}
\ No newline at end of file
