Library for writing and reading on ThingSpeak with ethernet

Dependents:   PMS5003 PMS5003

Revision:
1:ea7f0ef29ef5
Parent:
0:a7bce9e88175
Child:
2:5191c0e163d6
--- a/ThingSpeak.h	Mon Jun 05 08:17:19 2017 +0000
+++ b/ThingSpeak.h	Thu Jun 08 18:28:20 2017 +0000
@@ -6,8 +6,8 @@
 #include "HTTPClient.h"
 
 /** Class for sending data to ThingSpeak over ethernet,
- *  Class is using old mbed library revision and EthernetNetIf from
- *  https://developer.mbed.org/users/okini3939/notebook/TCPSocket_jp/
+ *  Class is using old mbed library revision and SensorsThingSpeak from
+ *  https://developer.mbed.org/teams/TVZ-Mechatronics-Team/code/SensorsThingSpeak/
  * Example:
  * @code
  * #include "mbed.h"
@@ -38,17 +38,12 @@
     */
     void connect();
     
+    /**
+    *   Added a function for pulling data from ThingSpeak.
+    */
     float pull(long int, int);
     
-    /**
-     * Should be added
-    */
-    /**
-    *        void getIP();
-    */
-    /**
-     * Put up data to thing speak when all fields are set
-    */
+    
     void putUp();
     /**
      *Setting values to the field, they should be set in order.