source: rtos_arduino/trunk/arduino_lib/libraries/thingspeak-arduino/extras/documentation/classes.html@ 189

Last change on this file since 189 was 189, checked in by ertl-honda, 8 years ago

Thinkgspeakのサポート

File size: 3.7 KB
Line 
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.9.1"/>
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 an Arduino, ESP8266, or 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.9.1 -->
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 class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
39 </ul>
40 </div>
41 <div id="navrow2" class="tabs2">
42 <ul class="tablist">
43 <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
44 <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
45 </ul>
46 </div>
47</div><!-- top -->
48<div class="header">
49 <div class="headertitle">
50<div class="title">Data Structure Index</div> </div>
51</div><!--header-->
52<div class="contents">
53<div class="qindex"><a class="qindex" href="#letter_T">T</a></div>
54<table style="margin: 10px; white-space: nowrap;" align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
55<tr><td rowspan="2" valign="bottom"><a name="letter_T"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;T&#160;&#160;</div></td></tr></table>
56</td><td></td></tr>
57<tr><td></td></tr>
58<tr><td valign="top"><a class="el" href="class_thing_speak_class.html">ThingSpeakClass</a>&#160;&#160;&#160;</td><td></td></tr>
59<tr><td></td><td></td></tr>
60</table>
61<div class="qindex"><a class="qindex" href="#letter_T">T</a></div>
62</div><!-- contents -->
63<!-- HTML footer for doxygen 1.8.9.1-->
64<!-- ThingSpeak(TM) Communication Library For Arduino, ESP8266, and Particle
65 ThingSpeak ( https://www.thingspeak.com ) is a free IoT service for building
66 systems that collect, analyze, and react to their environments.
67 Copyright 2016, The MathWorks, Inc.
68 See the accompaning licence file for licensing information.-->
69<!-- start footer part -->
70<hr class="footer"/><address class="footer"><small>
71 <table border=0 width='100%'><tr>
72 <td align="left" width='50%'>
73 See the accompaning licence file for licensing information
74 </td>
75 <td align="right" width='50%'>
76 Copyright &copy; 2016 <a target=_top href=http://www.mathworks.com>The MathWorks, Inc.</a><br>
77 </td>
78 </tr></table>
79</small></address>
80</body>
81</html>
Note: See TracBrowser for help on using the repository browser.