Pachube feed API/v2 with json, temp/humid with DHT22

Dependencies:   NetServices mbed DHT22

Revision:
1:a744fc1728b8
Parent:
0:b936b6f3df8f
diff -r b936b6f3df8f -r a744fc1728b8 main.cpp
--- a/main.cpp	Sun Nov 13 12:54:18 2011 +0000
+++ b/main.cpp	Mon Nov 14 10:26:34 2011 +0000
@@ -40,7 +40,7 @@
     string apiKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
 
     // use feed ID
-    string environmentID = "38632";
+    string environmentID = "xxxxx";
 
     // for authentication, API key is set in client header
     HTTPClient client;