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.
Diff: main.cpp
- Revision:
- 0:58a59716b896
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Nov 04 13:36:06 2013 +0000 @@ -0,0 +1,9 @@ +#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; + } \ No newline at end of file