for debug
Dependencies: HTTPClient PowerControl SNICInterface mbed-rtos mbed-src
Fork of HTTPClient_WiFi_HelloWorld by
Revision 5:3dbedd084f79, committed 2015-01-31
- Comitter:
- MACRUM
- Date:
- Sat Jan 31 13:49:47 2015 +0000
- Parent:
- 4:1cb3225666d2
- Child:
- 6:bf683c42edf5
- Commit message:
- Updated latest libraries
Changed in this revision
--- a/SNICInterface_mod.lib Fri Jan 23 10:02:18 2015 +0000 +++ b/SNICInterface_mod.lib Sat Jan 31 13:49:47 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/MACRUM/code/SNICInterface_mod/#62ba69ff80d2 +http://developer.mbed.org/users/MACRUM/code/SNICInterface_mod/#5a5cae02bdf0
--- a/main.cpp Fri Jan 23 10:02:18 2015 +0000 +++ b/main.cpp Sat Jan 31 13:49:47 2015 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" + #include "SNIC_WifiInterface.h" #include "HTTPClient.h" - #if defined(TARGET_LPC1768) #include "PowerControl/EthernetPowerControl.h" #endif @@ -12,6 +12,10 @@ C_SNIC_WifiInterface wifi( p9, p10, NC, NC, p30 ); +#if defined(_DEBUG) +Serial pc(USBTX, USBRX); +#endif + HTTPClient http; char str[512];
--- a/mbed-rtos.lib Fri Jan 23 10:02:18 2015 +0000 +++ b/mbed-rtos.lib Sat Jan 31 13:49:47 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#34e80e862021 +http://mbed.org/users/mbed_official/code/mbed-rtos/#5448826aa700
--- a/mbed.bld Fri Jan 23 10:02:18 2015 +0000 +++ b/mbed.bld Sat Jan 31 13:49:47 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/6213f644d804 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5 \ No newline at end of file