for joseph

Dependencies:   mbed

Revision:
2:733ff42bdbd8
Parent:
1:4c288e0254f3
--- 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;       
-}
-