IBMIoTClientEthernetExample for WIZwiki-W7500 platform

Dependencies:   MQTT WIZnetInterface mbed-src

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WIZwiki-W7500.h Source File

WIZwiki-W7500.h

00001 /*******************************************************************************
00002  * Copyright (c) 2015 WIZnet Co., Ltd.
00003  * 
00004  * Contributors:
00005  *    Eric Jung
00006  *******************************************************************************/
00007 
00008 #ifndef WIZWIKI_W7500_H
00009 #define WIZWIKI_W7500_H
00010 
00011 DigitalOut  r(LED_RED);
00012 DigitalOut  g(LED_GREEN);
00013 DigitalOut  b(LED_BLUE);
00014 AnalogIn    ain0(A0);
00015 //AnalogIn    ain1(A1);
00016 
00017 #define OFF 0
00018 #define ON  1
00019 
00020 #define DEFAULT_TYPE_NAME "iotsample-mbed-wizwiki-w7500"
00021 
00022 #endif