20170825 Test

Dependencies:   DHT11 NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_STATION_HelloWorld by WIZnet

Revision:
5:f961acc1e894
Parent:
4:44aab68826b5
Child:
6:a113bd0cd4a2
--- a/main.cpp	Thu Aug 24 23:52:48 2017 +0000
+++ b/main.cpp	Thu Aug 24 23:58:01 2017 +0000
@@ -22,8 +22,8 @@
 #include "Dht11.h"
 #include "WizFi310Interface.h"
 
-#define CDS_SENSOR PC_15
-#define DHT_SENSOR PC_7
+#define CDS_SENSOR CDS_SENSOR
+#define DHT_SENSOR DHT_SENSOR
 
 #if defined(TARGET_WIZwiki_W7500)
 Serial pc(USBTX, USBRX);