Hello world with tracing

Dependencies:   C12832 mbed EthernetInterface HTTPClient mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
andrewfield
Date:
Fri Apr 25 18:21:37 2014 +0000
Parent:
1:51788ed0afde
Commit message:
it builds

Changed in this revision

EthernetInterface.lib Show annotated file Show diff for this revision Revisions of this file
GettingData.cpp Show annotated file Show diff for this revision Revisions of this file
HTTPClient.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/EthernetInterface.lib	Fri Apr 25 18:21:37 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/EthernetInterface/#f6ec7a025939
--- /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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HTTPClient.lib	Fri Apr 25 18:21:37 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/donatien/code/HTTPClient/#1f743885e7de
--- a/main.cpp	Fri Apr 25 17:31:35 2014 +0000
+++ b/main.cpp	Fri Apr 25 18:21:37 2014 +0000
@@ -12,7 +12,7 @@
  
 int main() 
 {
-;
+
     lcd.cls();
     lcd.locate(0,3);
     lcd.printf("mbed application board!");
@@ -21,7 +21,7 @@
 
     while(1) 
     {
-        for(int i = 0; i < 4; i++)
+        for(int i = 1; i < 4; i++)
         {
             //Turn off previous
             leds[i] = 1;
@@ -30,7 +30,7 @@
             curOn = i;
         }
 
-        for(int i = 3; i >= 0; i--)
+        for(int i = 2; i >= 0; i--)
         {
             //Turn off previous
             leds[i] = 1;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-rtos.lib	Fri Apr 25 18:21:37 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed-rtos/#be2573f85b81