This library provides data update method to Fastsensing.

Dependents:   SCP1000_Fastsensing

Revision:
3:d0d34327ea79
Parent:
0:f26c02be48f9
Child:
8:21b39074c0f5
diff -r 5e41a339e05c -r d0d34327ea79 Fastsensing.h
--- a/Fastsensing.h	Tue Apr 04 08:21:49 2017 +0000
+++ b/Fastsensing.h	Tue Apr 04 08:41:28 2017 +0000
@@ -12,6 +12,8 @@
 public:
     int updateData(char *deviceId, char *channelId, double data);
     int updateDataAll(char *deviceId, char *channelId[3], float data[3]);
+    void ethConnect();
+    void ethDisconnect();
 };
 
 #endif   
\ No newline at end of file