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:
- 3:c2c310607375
- Parent:
- 2:a54463860e4e
--- a/main.cpp Fri Dec 17 00:59:19 2021 +0000 +++ b/main.cpp Sat Mar 05 09:45:06 2022 +0000 @@ -12,7 +12,7 @@ //============================================================================== // Déclaration des broches -PwmOut DEL(PA_11); // Ligne PA_11 en mode PWM +PwmOut DEL(PA_8); // Ligne PA_11 en mode PWM Serial pc(USBTX, USBRX); // Dialogue Série port USB à 9600 Baud //==============================================================================