IBM IoT Client WiFi example using Murata Type-YD WiFi module
Dependencies: C12832_fix LM75B MMA7660 MQTT PowerControl SNICInterface mbed-rtos mbed
Fork of IBMIoTClientWifiExample by
Revision 21:f243f013aeda, committed 2016-01-15
- Comitter:
- Sam_Chu
- Date:
- Fri Jan 15 07:35:18 2016 +0000
- Parent:
- 20:96afbe366b1b
- Commit message:
- added K64F plateform
Changed in this revision
WiFi_Config.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 96afbe366b1b -r f243f013aeda WiFi_Config.h --- a/WiFi_Config.h Wed Apr 01 02:20:58 2015 +0000 +++ b/WiFi_Config.h Fri Jan 15 07:35:18 2016 +0000 @@ -8,7 +8,7 @@ #define DEMO_AP_SECURITY_TYPE e_SEC_WPA2_AES #define DEMO_AP_SECUTIRY_KEY "PASSWORD" -#if defined(TARGET_ARCH_PRO) || defined(TARGET_RZ_A1H) +#if defined(TARGET_ARCH_PRO) || defined(TARGET_RZ_A1H) || defined(TARGET_K64F) // for mbed Application Shield #define WIFI_TX D1 #define WIFI_RX D0