Xively Jumpstart Demo with WiFly module

Dependencies:   C12832_lcd LM75B MMA7660 WiflyInterface libxively mbed-rtos mbed

Fork of xively-jumpstart-demo by Xively Official

Files at this revision

API Documentation at this revision

Comitter:
xively
Date:
Mon May 13 19:47:06 2013 +0000
Parent:
0:efdea27c3b81
Child:
2:51b141cc909a
Commit message:
Indicate that XI_FEED_ID and XI_API_KEY need to be set by the user

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon May 13 19:30:39 2013 +0000
+++ b/main.cpp	Mon May 13 19:47:06 2013 +0000
@@ -9,8 +9,8 @@
 
 #include "MMA7660.h"
 
-#define XI_FEED_ID 128488
-#define XI_API_KEY "T4KXAH_gw1PW42RjRdhU-lgmCC6SAKw3NnBPc3dydUc4ND0g"
+#define XI_FEED_ID 123 // set Xively Feed ID (numerical, no quoutes
+#define XI_API_KEY "T4KXAH_dasgw1PWBPc3fdsfsdgsdy-dUc4ND0g" // set Xively API key (double-quoted string) 
 
 #include "C12832_lcd.h"