This library provides data update method to Fastsensing.

Dependents:   SCP1000_Fastsensing

Revision:
4:45527abb7f40
Parent:
3:d0d34327ea79
Child:
6:8338b52bd7bb
diff -r d0d34327ea79 -r 45527abb7f40 Fastsensing.cpp
--- a/Fastsensing.cpp	Tue Apr 04 08:41:28 2017 +0000
+++ b/Fastsensing.cpp	Sun Apr 30 10:37:29 2017 +0000
@@ -7,7 +7,7 @@
 
 void Fastsensing::ethConnect() {
     eth.init();                                 //Use DHCP. Initialize setting of eth.
-    eth.connect();                              //Connect Bring the interface up.
+    eth.connect(100);                              //Connect Bring the interface up.
 }
 
 void Fastsensing::ethDisconnect() {