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: C12832_lcd mbed zbee_lib
Revision 2:6e1672de2712, committed 2017-04-05
- Comitter:
- ruslylove
- Date:
- Wed Apr 05 10:57:59 2017 +0000
- Parent:
- 0:57fe74d7e78b
- Commit message:
- simple tx
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| zbee_lib.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Mar 12 17:51:03 2016 +0000
+++ b/main.cpp Wed Apr 05 10:57:59 2017 +0000
@@ -13,7 +13,9 @@
int i=1;
while(1) {
zbee1.SendData("Hello ZBee!");
- lcd.printf("%i TX-> Hello ZBee!\n",i++);
+ lcd.printf("%i TX -> Hello ZBee!\n",i++);
wait(2);
}
}
+
+// simple tx
\ No newline at end of file
--- a/zbee_lib.lib Sat Mar 12 17:51:03 2016 +0000 +++ b/zbee_lib.lib Wed Apr 05 10:57:59 2017 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/ruslylove/code/zbee_lib/#5092dcc261f2 +http://developer.mbed.org/users/ruslylove/code/zbee_lib/#186e6cce954b