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 MATSUbed USBDevice
Fork of MATSU-bed_blinky by
Revision 3:618130d2d43e, committed 2017-10-25
- Comitter:
- hardtail
- Date:
- Wed Oct 25 08:08:09 2017 +0000
- Parent:
- 2:f94af4a543bd
- Child:
- 4:a6882e08058c
- Commit message:
- LED??
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed May 18 13:46:00 2016 +0000
+++ b/main.cpp Wed Oct 25 08:08:09 2017 +0000
@@ -9,7 +9,7 @@
#define ISP0 P0_4
#define ISP1 P0_16
-//USBSerial pc;
+USBSerial pc;
BusOut myled(LED1, LED2, LED3, LED4);
@@ -31,5 +31,6 @@
myled = myled >> 1;
}
}
+ pc.printf("hello world \r\n");
}
}
--- a/mbed.bld Wed May 18 13:46:00 2016 +0000 +++ b/mbed.bld Wed Oct 25 08:08:09 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/7c328cabac7e \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/0ab6a29f35bf \ No newline at end of file
