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:59:16 2013 +0000
Parent:
4:586f67f2d7a7
Commit message:
Some minor tweaks.

Changed in this revision

EthernetInterface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 586f67f2d7a7 -r de35296b58a4 EthernetInterface.lib
--- a/EthernetInterface.lib	Fri May 24 15:51:55 2013 +0000
+++ b/EthernetInterface.lib	Fri May 24 15:59:16 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/EthernetInterface/#f56349ff0af4
+http://mbed.org/users/smulube/code/EthernetInterface/#bf375b062d3e
diff -r 586f67f2d7a7 -r de35296b58a4 main.cpp
--- a/main.cpp	Fri May 24 15:51:55 2013 +0000
+++ b/main.cpp	Fri May 24 15:59:16 2013 +0000
@@ -9,8 +9,8 @@
 
 #include "MMA7660.h"
 
-#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) 
+#define XI_FEED_ID 1973483492 // set Xively Feed ID (numerical, no quoutes
+#define XI_API_KEY "o6IsM6nhAL4yXjchpk3zfn22hyGUZkaCP6pUu0txNCSgNAye" // set Xively API key (double-quoted string) 
 
 #include "C12832_lcd.h"