Communication

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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
diff -r 000000000000 -r 7630964cf96f main.cpp
--- /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
diff -r 000000000000 -r 7630964cf96f mbed.bld
--- /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