Libery to interface thingspeak
Fork of ThingCloud by
Diff: thingspeak.h
- Revision:
- 1:6f2f82b98d1f
- Parent:
- 0:ac8067fb9cee
--- a/thingspeak.h Wed Jun 22 15:58:19 2016 +0000 +++ b/thingspeak.h Mon Jul 11 20:38:55 2016 +0000 @@ -10,7 +10,7 @@ THINGSPEAK(); //Construcktor void AddFloat(float Value); void AddInt(int Value); - void SendData(char* apikey); + int SendData(char* apikey); private: char thingStr[1000]; //streng til at sende data med char *p;