Simple test for USSD message.

Dependencies:   C027 UbloxUSBModem mbed

Fork of C027_USSDTest by u-blox

Revision:
5:33c7002b7579
Parent:
4:ffbfe5f03e61
Child:
7:6047f1c64e8d
--- a/main.cpp	Mon Oct 21 15:41:53 2013 +0000
+++ b/main.cpp	Mon Oct 21 20:04:45 2013 +0000
@@ -28,7 +28,7 @@
 int main()
 {
     Thread testTask(test, NULL, osPriorityNormal, 1024 * 4);
-    DigitalOut led(A0);
+    DigitalOut led(A0); // Connect a LED to A0 if you like to see some blinking
     while(1) {
         led=!led;
         Thread::wait(1000);