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.
Dependencies: mbed Blinker TextLCD
Revision 1:b95c3509df0f, committed 2017-01-07
- Comitter:
- jurgis
- Date:
- Sat Jan 07 12:51:53 2017 +0000
- Parent:
- 0:fdb33524a029
- Child:
- 2:458dfec0820c
- Commit message:
- Added comment
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Jan 07 12:47:40 2017 +0000 +++ b/main.cpp Sat Jan 07 12:51:53 2017 +0000 @@ -1,3 +1,4 @@ +// Testing MBED with Daniel #include "mbed.h" DigitalOut led1(LED1);