source: rtos_arduino/trunk/arduino_lib/libraries/thingspeak-arduino/extras/documentation/dir_9eb8a1162b9e86c4bf1f8e762bfe83d1.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><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_9eb8a1162b9e86c4bf1f8e762bfe83d1.html">src</a></li> </ul>
44</div>
45</div><!-- top -->
46<div class="header">
47 <div class="headertitle">
48<div class="title">src 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>
53Files</h2></td></tr>
54<tr class="memitem:_thing_speak_8cpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><b>ThingSpeak.cpp</b></td></tr>
55<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
56<tr class="memitem:_thing_speak_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><b>ThingSpeak.h</b> <a href="_thing_speak_8h_source.html">[code]</a></td></tr>
57<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
58</table>
59</div><!-- contents -->
60<!-- HTML footer for doxygen 1.8.9.1-->
61<!-- ThingSpeak(TM) Communication Library For Arduino, ESP8266, and Particle
62 ThingSpeak ( https://www.thingspeak.com ) is a free IoT service for building
63 systems that collect, analyze, and react to their environments.
64 Copyright 2016, The MathWorks, Inc.
65 See the accompaning licence file for licensing information.-->
66<!-- start footer part -->
67<hr class="footer"/><address class="footer"><small>
68 <table border=0 width='100%'><tr>
69 <td align="left" width='50%'>
70 See the accompaning licence file for licensing information
71 </td>
72 <td align="right" width='50%'>
73 Copyright &copy; 2016 <a target=_top href=http://www.mathworks.com>The MathWorks, Inc.</a><br>
74 </td>
75 </tr></table>
76</small></address>
77</body>
78</html>
Note: See TracBrowser for help on using the repository browser.