pijghffred

Dependencies:   HTTPClient WIZnetInterface mbed

Fork of dweetIo_CloudService_Helloworld_WIZwiki- by ajeet prajapati

Revision:
2:4d82eafe860d
Parent:
1:c212e07d1f23
Child:
3:9000aa421555
--- a/main.cpp	Mon Sep 14 05:48:57 2015 +0000
+++ b/main.cpp	Mon Sep 14 05:52:50 2015 +0000
@@ -53,7 +53,8 @@
     /*
         http://dweet.io/follow/nameYouWant
     */
-    char nameYouWant[] = "sep152015test";
+    char nameYouWant[] = "nameYouWant";
+ //char nameYouWant[] = "sep152015test";
     while(1)
     {
         sprintf(get_msg,"http://dweet.io/dweet/for/%s?a0=%d",nameYouWant,(int)(CDSSensor.read()*1000));