example application with TFT display and SMS receive send

Dependencies:   C027 C027_Support SeeedStudioTFTv2 TFT_fonts UbloxUSBModem mbed

Fork of C027_DisplayTest by Michael Ammann

This is an application that combines several libraries together and demonstartes the use of cellular, GPS and a Touch enabled TFT on the u-blox C027 board. /media/uploads/mazgch/c027_display.jpg

Revision:
8:98b713c10d30
Parent:
5:2d2a14f0e98d
Child:
9:e3dd986ab08c
--- a/main.cpp	Wed Nov 20 12:36:28 2013 +0000
+++ b/main.cpp	Fri Dec 06 14:04:48 2013 +0000
@@ -51,6 +51,7 @@
     TFT.printf("u-blox C027-C20/U20/G35");
 
     C027 c027;
+    c027.mdmUsbEnable(true);
     c027.mdmPower(true);
     c027.gpsPower(true);