Hello world with tracing

Dependencies:   C12832 mbed EthernetInterface HTTPClient mbed-rtos

GettingData.cpp

Committer:
andrewfield
Date:
2014-04-25
Revision:
2:374bb8563098

File content as of revision 2:374bb8563098:

#include <HTTPClient.h>

void GetData()
{
    HTTPClient client();
    IHTTPDataIn* pdataIn; 
    
    client.get("http://dweet.io/follow/modern-wheel", pdataIn);
    
      
    
    
}