IBM IoT example

Dependencies:   C12832 EthernetInterface LM75B MMA7660 MQTT mbed-rtos mbed

Fork of IBMIoTClientEthernetExample by IBM Watson IoT

Revision:
19:2ff7dd142f88
Parent:
18:94da9de96d54
diff -r 94da9de96d54 -r 2ff7dd142f88 main.cpp
--- a/main.cpp	Wed Aug 12 20:50:56 2015 +0000
+++ b/main.cpp	Mon Sep 28 08:51:12 2015 +0000
@@ -55,6 +55,9 @@
 #elif defined(TARGET_K64F)
 #warning "Compiling for mbed K64F"
 #include "K64F.h"
+#elif defined(TARGET_STM32F407VG)
+#warning "Compiling for Seeed Arch Max"
+#include "ArchMax.h"
 #endif