Library for writing and reading on ThingSpeak with ethernet

Fork of ThingSpeakEthernet by marko puric

Revision:
3:2067cd92dcc5
Parent:
2:5191c0e163d6
--- a/ThingSpeak.h	Wed Jun 28 18:35:29 2017 +0000
+++ b/ThingSpeak.h	Thu Jun 29 15:18:15 2017 +0000
@@ -45,7 +45,9 @@
     */
     float pull(long int, int);
     
-    
+    /** Used for putting up data on ThingSpeak channel.
+      * Use it after setField(float field, int i) function.
+    */
     void putUp();
     /**
      *Setting values to the field, they should be set in order.