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: TextLCD XBee mbed
Revision 0:8e4d5cb13640, committed 2018-04-20
- Comitter:
- koiexp
- Date:
- Fri Apr 20 05:23:50 2018 +0000
- Commit message:
- xbee_test;
Changed in this revision
diff -r 000000000000 -r 8e4d5cb13640 TextLCD.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TextLCD.lib Fri Apr 20 05:23:50 2018 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/simon/code/TextLCD/#308d188a2d3a
diff -r 000000000000 -r 8e4d5cb13640 XBee.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/XBee.lib Fri Apr 20 05:23:50 2018 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/okini3939/code/XBee/#b36422ef864f
diff -r 000000000000 -r 8e4d5cb13640 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Fri Apr 20 05:23:50 2018 +0000 @@ -0,0 +1,10 @@ +#include "mbed.h" + +Serial pc(P7_4, P7_5); // tx, rx + +int main() { + pc.printf("Hello World!"); + while(1) { + pc.putc(pc.getc()); + } +} \ No newline at end of file
diff -r 000000000000 -r 8e4d5cb13640 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Fri Apr 20 05:23:50 2018 +0000 @@ -0,0 +1,1 @@ +https://mbed.org/users/mbed_official/code/mbed/builds/675da3299148 \ No newline at end of file