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

Dependencies:   NetServices mbed DHT22

Files at this revision

API Documentation at this revision

Comitter:
takashikojo
Date:
Mon Nov 14 10:26:34 2011 +0000
Parent:
0:b936b6f3df8f
Commit message:
Pachube feed for DHT22 sensor

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;