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.
Revision 31:f4772bdf91c1, committed 2020-09-08
- Comitter:
- xavier_majorel
- Date:
- Tue Sep 08 15:06:24 2020 +0000
- Parent:
- 30:b5d058925715
- Commit message:
- version1:commande led bleu SW2 good
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 08 15:02:53 2020 +0000 +++ b/main.cpp Tue Sep 08 15:06:24 2020 +0000 @@ -6,11 +6,11 @@ while(1) { if (BP2==1) //si le BP2 est appuyé; { - Led_bleue=0; // on éteint la led bleue + Led_bleue=1; // on éteint la led bleue } else // sinon { - Led_bleue=1; // on allume la led bleue + Led_bleue=0; // on allume la led bleue } } // fin de boucle infinie } // fin programme