test

Dependencies:   C027 HTTPClient UbloxUSBModem mbed

Fork of C027_HTTPClientTest by u-blox

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Mon Oct 21 20:03:12 2013 +0000
Parent:
8:95a97898084a
Child:
10:e2315bcdd7be
Commit message:
comment on led

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Oct 21 20:01:16 2013 +0000
+++ b/main.cpp	Mon Oct 21 20:03:12 2013 +0000
@@ -52,7 +52,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);