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

Revision:
3:d79bf786cfa9
Parent:
1:0a61d7ab702c
Child:
4:586f67f2d7a7
--- a/main.cpp	Fri May 24 15:47:58 2013 +0000
+++ b/main.cpp	Fri May 24 15:48:39 2013 +0000
@@ -84,7 +84,7 @@
     strcpy( side_rotation_datastream->datastream_id, "side_rotation" );
     xi_datapoint_t* current_side_rotation = &side_rotation_datastream->datapoints[0];
     
-    // create the cosm library context
+    // create the Xively library context
     xi_context_t* xi_context
         = xi_create_context( XI_HTTP, XI_API_KEY, feed.feed_id );