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:
- 4:47c8578603d3
- Parent:
- 3:68cbdfc24b73
- Child:
- 5:cfe7e243bb5f
--- a/main.cpp Fri Oct 29 00:29:33 2021 +0000 +++ b/main.cpp Fri Oct 29 22:03:37 2021 +0000 @@ -3,7 +3,10 @@ // Initiation à la Programmation // Auteur : Frédéric Giamarchi // Date : 28 oct 2021 -// TP 01 : Controle d'une DEL +// TP 01 : Controle de 3 DELs en même temps + +// Modifier le programme pour obtenir que 3 Dels (Rouge, Verte et Bleu) +// clignotent à 3 fréquences différentes (1Hz, 2Hz et 4Hz). //============================================================================== #include "mbed.h"