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.
Fork of teste by
Revision 2:acb3765befd7, committed 2013-05-14
- Comitter:
- itoumasa
- Date:
- Tue May 14 06:30:54 2013 +0000
- Parent:
- 1:4ec1baa16254
- Commit message:
- test
;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed May 08 09:35:59 2013 +0000
+++ b/main.cpp Tue May 14 06:30:54 2013 +0000
@@ -2,6 +2,8 @@
DigitalOut myled(LED1);
+//test
+
int main() {
while(1) {
myled = 1;
