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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:5d958973e71a
- Parent:
- 0:c2fc9085cc53
--- a/main.cpp Fri Jun 10 00:12:59 2022 +0000 +++ b/main.cpp Fri Jun 10 05:31:14 2022 +0000 @@ -69,7 +69,7 @@ INA2 = 1; INB2 = 0; PWM1.write(vitesse); - PWM2.write(vitesse); + PWM2.write(vitesse+0.005); } }