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: EthernetInterface HTTPClient mbed-rtos mbed
Revision 4:064d41eb0a16, committed 2013-06-15
- Comitter:
- kanpapa
- Date:
- Sat Jun 15 14:22:31 2013 +0000
- Parent:
- 3:77c1d75e96a6
- Commit message:
- add comments.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 77c1d75e96a6 -r 064d41eb0a16 main.cpp --- a/main.cpp Sat Jun 15 14:01:02 2013 +0000 +++ b/main.cpp Sat Jun 15 14:22:31 2013 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" #include "EthernetInterface.h" -#include "HTTPClient.h" +#include "HTTPClient.h" // basicauth enabled. http://mbed.org/users/kazushi2008/code/HTTPClient/ EthernetInterface eth; HTTPClient twitter;