ThingPlug Ex

Dependencies:   DHT11 NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_ThingPlug_Test by cliff Hong

Revision:
11:06675e22e37d
Parent:
10:6a4b8caced6b
--- a/main.cpp	Wed Nov 15 06:30:22 2017 +0000
+++ b/main.cpp	Wed Nov 15 06:45:16 2017 +0000
@@ -33,16 +33,12 @@
 #define COMMAND_NM     "Command Name"
 #define CONTAINER_NAME "Container Name"
 
-#define CDS_SENSOR      CDS_Sensor
-#define DHT_SENSOR      DHT_Sensor
 #define LED             LED_Sensor
 
 #if defined(TARGET_WIZwiki_W7500)
     Serial pc(USBTX, USBRX);
     WizFi310Interface wifi(D1, D0, D7, D6, D9, NC, 115200);
-    
-    AnalogIn    myLux ( CDS_SENSOR );
-    Dht11       myTemp( DHT_SENSOR );
+
     DigitalOut  myled ( LED );
 #endif