DCS_TEAM / GSM_Library

Fork of GSM_Library by Danilo Bustamante

Revision:
0:41904adca656
Child:
7:6c0b6ab3cafe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Mar 05 20:06:41 2015 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+#include "GSMLibrary.h"
+
+uint8_t *pop;
+int index=0;
+Serial pc(USBTX, USBRX);
+Serial gsm(PTC17,PTC16);
+
+
+int main()
+{
+    gsm.baud(115200);
+    return 0;       
+}
\ No newline at end of file