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.
Revision 0:7630964cf96f, committed 2018-06-07
- Comitter:
- HarshaDRAGNEEL
- Date:
- Thu Jun 07 04:03:28 2018 +0000
- Commit message:
- cOMMUNICATION BETWEEN W750SR ABD W7500
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 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Thu Jun 07 04:03:28 2018 +0000
@@ -0,0 +1,17 @@
+#include "mbed.h"
+
+int s=0;
+
+ Serial a(D1,D0);
+
+int main() {
+
+ int c;
+ while(1) {
+ for(s=0;s<=10;s++){
+ c=s;
+ a.printf("%c",c);
+ wait(2);
+ }
+}
+}
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Jun 07 04:03:28 2018 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/5aab5a7997ee \ No newline at end of file