Hello world with tracing

Dependencies:   C12832 mbed EthernetInterface HTTPClient mbed-rtos

Revision:
2:374bb8563098
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GettingData.cpp	Fri Apr 25 18:21:37 2014 +0000
@@ -0,0 +1,13 @@
+#include <HTTPClient.h>
+
+void GetData()
+{
+    HTTPClient client();
+    IHTTPDataIn* pdataIn; 
+    
+    client.get("http://dweet.io/follow/modern-wheel", pdataIn);
+    
+      
+    
+    
+}
\ No newline at end of file