IBM IoT Client WiFi example using Murata Type-YD WiFi module

Dependencies:   C12832_fix LM75B MMA7660 MQTT PowerControl SNICInterface mbed-rtos mbed

Fork of IBMIoTClientEthernetExample by Toyomasa Watarai

/media/uploads/MACRUM/ibm_iotkit.jpg

Revision:
13:2234cf0a8127
Parent:
11:41d0316866bb
Child:
14:1dd53a6d02d2
--- a/main.cpp	Thu Mar 19 14:29:34 2015 +0000
+++ b/main.cpp	Fri Mar 20 16:03:58 2015 +0000
@@ -44,7 +44,10 @@
 
 #define MQTT_MAX_PACKET_SIZE 250
 
-#if defined(TARGET_LPC1768)
+#if defined(TARGET_ARCH_PRO)
+#warning "Compiling for mbed ARCH PRO"
+#include "RZA1H.h"
+#elif defined(TARGET_LPC1768)
 #warning "Compiling for mbed LPC1768"
 #include "LPC1768.h"
 #elif defined(TARGET_K64F)