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: machine_ps3.h
- Revision:
- 37:75fcd28f48c7
- Parent:
- 36:b8954b13a6d5
--- a/machine_ps3.h Sun Nov 15 00:30:44 2015 +0000 +++ b/machine_ps3.h Sun Nov 15 11:45:29 2015 +0000 @@ -168,6 +168,10 @@ Vr = (x1 + x2)/2.0; Vl = (x1 - x2)/2.0; } + else if(flagf==2){ + Vr=0.0; + Vl=0.0; + } } Move_r( ( float ) Vr ); Move_l( ( float ) Vl );