Code for an ethernet-enabled mbed that calls to a web api, and reasons with JSON resonses

Dependencies:   NetServices RPCInterface mbed picojson xbee_api

Revision:
1:7485d913aaf5
Parent:
0:d956c5c1bdd6
Child:
2:86f64948da0f
--- a/main.cpp	Sat Jan 25 16:51:41 2014 +0000
+++ b/main.cpp	Sat Jan 25 16:57:03 2014 +0000
@@ -11,7 +11,11 @@
 HTTPClient http;
 NTPClient ntp;
 
+using namespace std;
 
+class device
+{
+}
 
 int main() {