IBMIoTClientEthernetExample for WIZwiki-W7500 platform

Dependencies:   MQTT WIZnetInterface mbed-src

Revision:
0:7488a229e6fc
Child:
2:b1dcfd885d7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WIZwiki-W7500.h	Mon Jun 29 11:57:28 2015 +0000
@@ -0,0 +1,25 @@
+/*******************************************************************************
+ * Copyright (c) 2015 WIZnet co., ltd.
+ * 
+ * Contributors:
+ *    Eric Jung
+ *******************************************************************************/
+
+#ifndef WIZWIKI_W7500_H
+#define WIZWIKI_W7500_H
+
+PwmOut r(LED_RED);
+PwmOut g(LED_GREEN);
+PwmOut b(LED_BLUE);
+//DigitalOut  r(LED_RED);
+//DigitalOut  g(LED_GREEN);
+//DigitalOut  b(LED_BLUE);
+AnalogIn    ain0(A0);
+AnalogIn    ain1(A1);
+
+#define OFF 0
+#define ON  1
+
+#define DEFAULT_TYPE_NAME "iotsample-mbed-wizwiki-w7500"
+
+#endif
\ No newline at end of file