source: rtos_arduino/trunk/arduino_lib/libraries/thingspeak-arduino/extras/documentation/annotated.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 class="current"><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 Structures</div> </div>
51</div><!--header-->
52<div class="contents">
53<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
54<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>
56</table>
57</div><!-- directory -->
58</div><!-- contents -->
59<!-- HTML footer for doxygen 1.8.9.1-->
60<!-- ThingSpeak(TM) Communication Library For Arduino, ESP8266, and Particle
61 ThingSpeak ( https://www.thingspeak.com ) is a free IoT service for building
62 systems that collect, analyze, and react to their environments.
63 Copyright 2016, The MathWorks, Inc.
64 See the accompaning licence file for licensing information.-->
65<!-- start footer part -->
66<hr class="footer"/><address class="footer"><small>
67 <table border=0 width='100%'><tr>
68 <td align="left" width='50%'>
69 See the accompaning licence file for licensing information
70 </td>
71 <td align="right" width='50%'>
72 Copyright &copy; 2016 <a target=_top href=http://www.mathworks.com>The MathWorks, Inc.</a><br>
73 </td>
74 </tr></table>
75</small></address>
76</body>
77</html>
Note: See TracBrowser for help on using the repository browser.