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
Revision 0:9b14d2f107ed, committed 2015-08-08
- Comitter:
- kityann
- Date:
- Sat Aug 08 12:33:32 2015 +0000
- Commit message:
- 2015/08/08
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 |
diff -r 000000000000 -r 9b14d2f107ed main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Sat Aug 08 12:33:32 2015 +0000 @@ -0,0 +1,12 @@ +#include "mbed.h" + +Serial xbee(p9,p10); +Serial pc(USBTX, USBRX); + +int main() { + xbee.baud(9600); + + while(1){ + xbee.printf("test\n"); + } +}
diff -r 000000000000 -r 9b14d2f107ed mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Sat Aug 08 12:33:32 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/b9ad9a133dc7 \ No newline at end of file