20170825 Test

Dependencies:   DHT11 NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_STATION_HelloWorld by WIZnet

Files at this revision

API Documentation at this revision

Comitter:
cliff1
Date:
Thu Aug 24 23:58:01 2017 +0000
Parent:
4:44aab68826b5
Child:
6:a113bd0cd4a2
Commit message:
20170825_final

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);