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 YYY_DragonflyHelloWorld by
Revision 3:001167db553f, committed 2016-08-23
- Comitter:
- BlueShadow
- Date:
- Tue Aug 23 18:22:06 2016 +0000
- Parent:
- 2:d1a79f3c36f7
- Commit message:
- Changed to baud to 115200
Changed in this revision
--- a/main.cpp Tue Oct 20 00:51:59 2015 +0000
+++ b/main.cpp Tue Aug 23 18:22:06 2016 +0000
@@ -35,6 +35,9 @@
Timer led_timer;
int main() {
+ Serial debug(USBTX, USBRX);
+ debug.baud(115200);
+
data00 = 1; //Initialize LED off
data01 = 0; //Initialize LED on
// data02 = 1; //Initialize LED off
--- a/mbed-src.lib Tue Oct 20 00:51:59 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed-src/#39197bcd20f2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Aug 23 18:22:06 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/aae6fcc7d9bb \ No newline at end of file
