To log analog sensor data on local IOT Phant server using Ethernet for the purpose of monitoring.

Dependents:   mbedEthernet

Fork of WIZnet_Library by WIZnet

Files at this revision

API Documentation at this revision

Comitter:
eduvanceIoT
Date:
Sat Sep 10 06:22:24 2016 +0000
Parent:
8:cb8808b47e69
Commit message:
To log analog sensor data on local IOT Phant server using Ethernet for the purpose of monitoring.;

Changed in this revision

WIZnetInterface/WIZnet/wiznet.h Show annotated file Show diff for this revision Revisions of this file
--- a/WIZnetInterface/WIZnet/wiznet.h	Sun May 31 10:25:40 2015 +0000
+++ b/WIZnetInterface/WIZnet/wiznet.h	Sat Sep 10 06:22:24 2016 +0000
@@ -22,9 +22,9 @@
 #include "mbed.h"
 #include "mbed_debug.h"
 
-#define USE_W5500
+//define USE_W5500
 //#define USE_W5200
-//#define USE_W5100
+#define USE_W5100
 
 #if defined(USE_W5500)
 #include "W5500.h"