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:
- 2:08d83543c8ec
- Parent:
- 1:076e709173c9
- Child:
- 3:500dfd62fb76
--- a/main.cpp Fri Oct 23 13:55:25 2020 +0000 +++ b/main.cpp Fri Oct 23 14:10:36 2020 +0000 @@ -1,4 +1,7 @@ #include "mbed.h" +// +// test led et liaison serie +// Serial pc(USBTX, USBRX); DigitalOut led(LED1);