Simple test for USSD message.

Dependencies:   C027 UbloxUSBModem mbed

Fork of C027_USSDTest by u-blox

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Mon Oct 21 20:04:45 2013 +0000
Parent:
4:ffbfe5f03e61
Child:
6:1719025c7dfa
Commit message:
first published version

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);