for joseph

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
danilob
Date:
Wed Feb 18 01:30:44 2015 +0000
Parent:
1:4c288e0254f3
Commit message:
changes

Changed in this revision

main.c Show diff for this revision Revisions of this file
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 4c288e0254f3 -r 733ff42bdbd8 main.c
--- a/main.c	Wed Feb 18 01:13:20 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#include "initialize.h"
-
-extern Serial pc;
-extern Serial gsm;
-//extern buffer[];
-
-char comand[100];
-
-int main()
-{
-    initializeGSM(); 
-    while(1){
-        pc.printf("Comand line activated\n\r");
-        pc.scanf("%s",&comand);
-        gsm.puts(comand);
-        print_registers();
-    }
-    return 0;       
-}
-
diff -r 4c288e0254f3 -r 733ff42bdbd8 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Feb 18 01:30:44 2015 +0000
@@ -0,0 +1,21 @@
+#include "mbed.h"
+#include "initialize.h"
+
+extern Serial pc;
+extern Serial gsm;
+extern buffer[];
+
+char comand[100];
+
+int main()
+{
+    initializeGSM(); 
+    while(1){
+        pc.printf("Comand line activated\n\r");
+        pc.scanf("%s",&comand);
+        gsm.puts(comand);
+        print_registers();
+    }
+    return 0;       
+}
+
diff -r 4c288e0254f3 -r 733ff42bdbd8 mbed.bld
--- a/mbed.bld	Wed Feb 18 01:13:20 2015 +0000
+++ b/mbed.bld	Wed Feb 18 01:30:44 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/9ad691361fac
\ No newline at end of file