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.
main.cpp
- Committer:
- mga
- Date:
- 2013-11-04
- Revision:
- 0:58a59716b896
File content as of revision 0:58a59716b896:
#include "mbed.h" //1 ere question : Allumer une LED //Initialiser le LED et préciser le port 1; DigitalOut myled(LED1); int main() { //Allumer la LED myled = 2; }