Library for writing and reading on ThingSpeak with ethernet

Fork of ThingSpeakEthernet by marko puric

Files at this revision

API Documentation at this revision

Comitter:
mpuric
Date:
Thu Jun 29 15:18:15 2017 +0000
Parent:
2:5191c0e163d6
Commit message:
Added api doc;

Changed in this revision

ThingSpeak.h Show annotated file Show diff for this revision Revisions of this file
diff -r 5191c0e163d6 -r 2067cd92dcc5 ThingSpeak.h
--- 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.