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 3:165fd2208d28, committed 2022-03-19
- Comitter:
- olivierlafont
- Date:
- Sat Mar 19 10:11:07 2022 +0000
- Parent:
- 2:b05b53700281
- Commit message:
- TP 04 Solution
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jan 06 17:23:01 2022 +0000 +++ b/main.cpp Sat Mar 19 10:11:07 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 //==============================================================================