Minor tweaks to the main repo.

Dependencies:   C12832_lcd EthernetInterface MMA7660 mbed-libxively-5d6fdd4 mbed-rtos mbed

Fork of xively-jumpstart-demo by Xively Official

Files at this revision

API Documentation at this revision

Comitter:
smulube
Date:
Fri May 24 15:51:55 2013 +0000
Parent:
3:d79bf786cfa9
Child:
5:de35296b58a4
Commit message:
Add a wait to the main program loop to reduce rate of updates to Xively.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri May 24 15:48:39 2013 +0000
+++ b/main.cpp	Fri May 24 15:51:55 2013 +0000
@@ -141,5 +141,6 @@
       mbed_printf( "update...\n" );
       xi_feed_update(xi_context, &feed);
       mbed_printf( "done...\n" );
+      wait(2.0);
     }
 }
\ No newline at end of file