Skip to content

Commit e15f685

Browse files
Add files via upload
1 parent 5374026 commit e15f685

19 files changed

+1624
-2113
lines changed

doc/_thing_speak_8h_source.html

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

doc/annotated.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tr style="height: 56px;">
2424
<td style="padding-left: 0.5em;">
2525
<div id="projectname">ThingSpeak Communication Library</div>
26-
<div id="projectbrief">Enables an Arduino, ESP8266, or Particle to write or read data to or from ThingSpeak&trade;</div>
26+
<div id="projectbrief">Enables a Particle to write or read data to or from ThingSpeak&trade;</div>
2727
</td>
2828
<td valign="middle" align="right" id="projectlogo"><img alt="Logo" src="ThingSpeakLogo.jpg"/></td>
2929
</tr>
@@ -52,7 +52,7 @@
5252
<div class="contents">
5353
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
5454
<table class="directory">
55-
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_thing_speak_class.html" target="_self">ThingSpeakClass</a></td><td class="desc">Enables an Arduino, ESP8266, Particle or other compatible hardware to write or read data to or from ThingSpeak, an open data platform for the Internet of Things with MATLAB analytics and visualization </td></tr>
55+
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_thing_speak_class.html" target="_self">ThingSpeakClass</a></td><td class="desc">Particle hardware to write or read data to or from ThingSpeak, an open data platform for the Internet of Things with MATLAB analytics and visualization </td></tr>
5656
</table>
5757
</div><!-- directory -->
5858
</div><!-- contents -->

doc/class_thing_speak_class.html

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

doc/classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tr style="height: 56px;">
2424
<td style="padding-left: 0.5em;">
2525
<div id="projectname">ThingSpeak Communication Library</div>
26-
<div id="projectbrief">Enables an Arduino, ESP8266, or Particle to write or read data to or from ThingSpeak&trade;</div>
26+
<div id="projectbrief">Enables a Particle to write or read data to or from ThingSpeak&trade;</div>
2727
</td>
2828
<td valign="middle" align="right" id="projectlogo"><img alt="Logo" src="ThingSpeakLogo.jpg"/></td>
2929
</tr>
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!-- ThingSpeak(TM) Communication Library For Arduino, ESP8266, and Particle
2+
ThingSpeak ( https://www.thingspeak.com ) is a free IoT service for building
3+
systems that collect, analyze, and react to their environments.
4+
Copyright 2016, The MathWorks, Inc.
5+
See the accompaning licence file for licensing information.-->
6+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7+
<html xmlns="http://www.w3.org/1999/xhtml">
8+
<head>
9+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
10+
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
11+
<meta name="generator" content="Doxygen 1.8.11"/>
12+
<title>ThingSpeak Communication Library For Arduino, ESP8266, and Particle</title>
13+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
14+
<script type="text/javascript" src="jquery.js"></script>
15+
<script type="text/javascript" src="dynsections.js"></script>
16+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
17+
</head>
18+
<body>
19+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
20+
<div id="titlearea">
21+
<table cellspacing="0" cellpadding="0" width="100%">
22+
<tbody>
23+
<tr style="height: 56px;">
24+
<td style="padding-left: 0.5em;">
25+
<div id="projectname">ThingSpeak Communication Library</div>
26+
<div id="projectbrief">Enables a Particle to write or read data to or from ThingSpeak&trade;</div>
27+
</td>
28+
<td valign="middle" align="right" id="projectlogo"><img alt="Logo" src="ThingSpeakLogo.jpg"/></td>
29+
</tr>
30+
</tbody>
31+
</table>
32+
</div>
33+
<!-- end header part -->
34+
<!-- Generated by Doxygen 1.8.11 -->
35+
<div id="navrow1" class="tabs">
36+
<ul class="tablist">
37+
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
38+
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
39+
</ul>
40+
</div>
41+
<div id="nav-path" class="navpath">
42+
<ul>
43+
<li class="navelem"><a class="el" href="dir_339e8c1d13ed9d171a31356d80f51341.html">ThingSpeak</a></li><li class="navelem"><a class="el" href="dir_19fc80928558986d92ae6088b66f432a.html">firmware</a></li> </ul>
44+
</div>
45+
</div><!-- top -->
46+
<div class="header">
47+
<div class="headertitle">
48+
<div class="title">firmware Directory Reference</div> </div>
49+
</div><!--header-->
50+
<div class="contents">
51+
<table class="memberdecls">
52+
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
53+
Files</h2></td></tr>
54+
</table>
55+
</div><!-- contents -->
56+
<!-- HTML footer for doxygen 1.8.9.1-->
57+
<!-- ThingSpeak(TM) Communication Library For Arduino, ESP8266, and Particle
58+
ThingSpeak ( https://www.thingspeak.com ) is a free IoT service for building
59+
systems that collect, analyze, and react to their environments.
60+
Copyright 2016, The MathWorks, Inc.
61+
See the accompaning licence file for licensing information.-->
62+
<!-- start footer part -->
63+
<hr class="footer"/><address class="footer"><small>
64+
<table border=0 width='100%'><tr>
65+
<td align="left" width='50%'>
66+
See the accompaning licence file for licensing information
67+
</td>
68+
<td align="right" width='50%'>
69+
Copyright &copy; 2016 <a target=_top href=http://www.mathworks.com>The MathWorks, Inc.</a><br>
70+
</td>
71+
</tr></table>
72+
</small></address>
73+
</body>
74+
</html>

doc/dir_339e8c1d13ed9d171a31356d80f51341.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tr style="height: 56px;">
2424
<td style="padding-left: 0.5em;">
2525
<div id="projectname">ThingSpeak Communication Library</div>
26-
<div id="projectbrief">Enables an Arduino, ESP8266, or Particle to write or read data to or from ThingSpeak&trade;</div>
26+
<div id="projectbrief">Enables a Particle to write or read data to or from ThingSpeak&trade;</div>
2727
</td>
2828
<td valign="middle" align="right" id="projectlogo"><img alt="Logo" src="ThingSpeakLogo.jpg"/></td>
2929
</tr>

doc/functions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tr style="height: 56px;">
2424
<td style="padding-left: 0.5em;">
2525
<div id="projectname">ThingSpeak Communication Library</div>
26-
<div id="projectbrief">Enables an Arduino, ESP8266, or Particle to write or read data to or from ThingSpeak&trade;</div>
26+
<div id="projectbrief">Enables a Particle to write or read data to or from ThingSpeak&trade;</div>
2727
</td>
2828
<td valign="middle" align="right" id="projectlogo"><img alt="Logo" src="ThingSpeakLogo.jpg"/></td>
2929
</tr>

doc/functions_func.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tr style="height: 56px;">
2424
<td style="padding-left: 0.5em;">
2525
<div id="projectname">ThingSpeak Communication Library</div>
26-
<div id="projectbrief">Enables an Arduino, ESP8266, or Particle to write or read data to or from ThingSpeak&trade;</div>
26+
<div id="projectbrief">Enables a Particle to write or read data to or from ThingSpeak&trade;</div>
2727
</td>
2828
<td valign="middle" align="right" id="projectlogo"><img alt="Logo" src="ThingSpeakLogo.jpg"/></td>
2929
</tr>

doc/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tr style="height: 56px;">
2424
<td style="padding-left: 0.5em;">
2525
<div id="projectname">ThingSpeak Communication Library</div>
26-
<div id="projectbrief">Enables an Arduino, ESP8266, or Particle to write or read data to or from ThingSpeak&trade;</div>
26+
<div id="projectbrief">Enables a Particle to write or read data to or from ThingSpeak&trade;</div>
2727
</td>
2828
<td valign="middle" align="right" id="projectlogo"><img alt="Logo" src="ThingSpeakLogo.jpg"/></td>
2929
</tr>
@@ -51,13 +51,10 @@
5151
<p>You can visualize and do online analytics of your data on ThingSpeak using the built in version of MATLAB, or use the desktop version of MATLAB to get deeper historical insight. Visit <a href="https://www.mathworks.com/hardware-support/thingspeak.html">https://www.mathworks.com/hardware-support/thingspeak.html</a> to learn more.</p>
5252
<h3>Compatible Hardware</h3>
5353
<ul>
54-
<li><a href="http://www.arduino.cc">Arduino</a> or compatible using a wired or Wi-Fi ethernet shield (we have tested with <a href="http://www.arduino.cc/en/Main/ArduinoBoardUno">Uno</a> and <a href="http://www.arduino.cc/en/Main/ArduinoBoardMega2560">Mega</a>), should work with Arduino WiFi Shield 101</li>
55-
<li><a href="http://www.arduino.cc/en/Main/ArduinoBoardYun">Arduino Yun</a> running OpenWRT-Yun Release 1.5.3 (November 13th, 2014) or later. There are known issues with earlier versions. Visit <a href="http://www.arduino.cc/en/Main/Software">this page</a> to get the latest version.</li>
56-
<li>ESP8266 (tested with <a href="https://www.sparkfun.com/products/13711">SparkFun ESP8266 Thing - Dev Board</a> and <a href="http://www.seeedstudio.com/depot/NodeMCU-v2-Lua-based-ESP8266-development-kit-p-2415.html">NodeMCU 1.0 module</a>)</li>
5754
<li>Particle (Formally Spark) Core, <a href="https://www.particle.io/prototype#photon">Photon</a>, <a href="https://www.particle.io/prototype#electron">Electron</a> and <a href="https://www.particle.io/prototype#p0-and-p1">P1</a></li>
5855
</ul>
5956
<h3>Examples</h3>
60-
<p>The library includes several examples to help you get started. These are accessible in the Examples/ThingSpeak menu off the File menu in the Arduino IDE.</p><ul>
57+
<p>The library includes several examples to help you get started. These are accessible in ThingSpeak library section of the Particle Web IDE.</p><ul>
6158
<li><b>CheerLights:</b> Reads the latest <a href="http://www.cheerlights.com">CheerLights</a> color on ThingSpeak, and sets an RGB LED.</li>
6259
<li><b>ReadLastTemperature:</b> Reads the latest temperature from the public <a href="https://thingspeak.com/channels/12397">MathWorks weather station</a> in Natick, MA on ThingSpeak.</li>
6360
<li><b>ReadPrivateChannel:</b> Reads the latest voltage value from a private channel on ThingSpeak.</li>

firmware/ThingSpeak.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
ThingSpeak Communication Library For Arduino
2+
ThingSpeak Communication Library For Particle
33
4-
ThingSpeak ( https://www.thingspeak.com ) is a free IoT service for building
5-
systems that collect, analyze, and react to their environments.
4+
ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize and
5+
analyze live data streams in the cloud.
66
77
Copyright 2016, The MathWorks, Inc.
88

0 commit comments

Comments
 (0)