Added preliminary thingspeak support.
Posted: Thu Nov 26, 2015 11:28 am
Just released a new build. Its available for download from the http://esp8266basic.com site.
Example using the thingspeak api to do a really complicated hello world.
Documentation is here. Hope fully there will be some examples here soon.
http://www.esp8266basic.com/functions-t ... k-api.html
Example using the thingspeak api to do a really complicated hello world.
Code: Select all
sendts(5C1J2FHRGQM44M7R,1,"HELLO WORLD FROM ESP8266 BASIC")
print readts(5C1J2FHRGQM44M7R,67698,1)
Documentation is here. Hope fully there will be some examples here soon.
http://www.esp8266basic.com/functions-t ... k-api.html