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 0:58a59716b896, committed 2013-11-04
- Comitter:
- mga
- Date:
- Mon Nov 04 13:36:06 2013 +0000
- Commit message:
- question 1
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.lib | Show annotated file Show diff for this revision Revisions of this file |
--- /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
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.lib Mon Nov 04 13:36:06 2013 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/#f37f3b9c9f0b