HTTP Client library hello world example for Murata Type-YD WiFi module

Dependencies:   HTTPClient PowerControl SNICInterface mbed-rtos mbed

Fork of HTTPClient_WiFi_HelloWorld by Toyomasa Watarai

Revision:
8:0c400a5a28db
Parent:
7:c38782801998
--- a/main.cpp	Sun May 10 08:51:19 2015 +0000
+++ b/main.cpp	Tue May 12 04:58:00 2015 +0000
@@ -6,13 +6,13 @@
 #include "PowerControl/EthernetPowerControl.h"
 #endif
 
-#define DEMO_AP_SSID                  "SSID"
+#define DEMO_AP_SSID                  "toyowata-nad11"
 #define DEMO_AP_SECURITY_TYPE         e_SEC_WPA2_AES
-#define DEMO_AP_SECUTIRY_KEY          "PASSWORD"
+#define DEMO_AP_SECUTIRY_KEY          "mbed.org"
 
 #if defined(TARGET_LPC1768)
 C_SNIC_WifiInterface     wifi( p9, p10, NC, NC, p30 );
-#elif defined(TARGET_NUCLEO_F401RE)
+#elif defined(TARGET_NUCLEO_F401RE) || defined(TARGET_NUCLEO_L152RE)
 C_SNIC_WifiInterface     wifi( D8, D2, NC, NC, D3);
 #elif defined(TARGET_K64F)
 C_SNIC_WifiInterface     wifi( D1, D0, NC, NC, D2);