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:48:39 2013 +0000
Parent:
2:7ee8a7ab0ced
Child:
4:586f67f2d7a7
Commit message:
Replace a Cosm reference with 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: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 );