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
Revision 1:5d958973e71a, committed 2022-06-10
- Comitter:
- wiz0rk
- Date:
- Fri Jun 10 05:31:14 2022 +0000
- Parent:
- 0:c2fc9085cc53
- Commit message:
- homo V2
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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); } }