If it helps to see the format of the information on the website, it's here: [ http://api.thingspeak.com/channels/103752/feeds/last]
I looked at putting it into JSON but I'm having trouble operating that as well. This is my code trying to integrate JSON : [ http://pastebin.com/VE97HND3] and I keep getting an error of
"call of overloaded 'parseArray(char&)' is ambiguous" at the line
"JsonArray& root = jsonBuffer.parseArray(json);"
The end goal of this is that I could have actions take place depending on the values of field 1 and field 2.
I'm sorry if this is the wrong board to post this question in, I'm new but desperate for an answer for this currently.