Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HTTPClient WIZnetInterface mbed
Fork of dweetIo_CloudService_Helloworld_WIZwiki-W7500 by
Revision 5:95b9bcc5dd34, committed 2017-10-24
- Comitter:
- ajeet3004
- Date:
- Tue Oct 24 04:32:01 2017 +0000
- Parent:
- 4:17ef6f06e4b5
- Commit message:
- Modified
Changed in this revision
--- a/WIZnetInterface.lib Wed May 11 00:50:58 2016 +0000 +++ b/WIZnetInterface.lib Tue Oct 24 04:32:01 2017 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#d8773cd4edc5 +http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#c91884bd2713
--- a/main.cpp Wed May 11 00:50:58 2016 +0000
+++ b/main.cpp Tue Oct 24 04:32:01 2017 +0000
@@ -51,7 +51,8 @@
/*
http://dweet.io/follow/nameYouWant
*/
- char nameYouWant[] = "nameYouWant";
+ //char nameYouWant[] = "mysensor2";
+ char nameYouWant[] = "ccatest";
while(1)
{
@@ -71,6 +72,7 @@
pc.printf("Error - ret = %d - HTTP return code = %d\n", ret, http.getHTTPResponseCode());
}
wait(5);
+
}
}
--- a/mbed.bld Wed May 11 00:50:58 2016 +0000 +++ b/mbed.bld Tue Oct 24 04:32:01 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/ba1f97679dad \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/a330f0fddbec \ No newline at end of file
