source: rtos_arduino/trunk/arduino_lib/libraries/ESP8266/doc/API-html/modules.html@ 136

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

ライブラリとOS及びベーシックなサンプルの追加.

File size: 3.9 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6<meta name="generator" content="Doxygen 1.8.7"/>
7<title>API: Modules</title>
8<link href="tabs.css" rel="stylesheet" type="text/css"/>
9<script type="text/javascript" src="jquery.js"></script>
10<script type="text/javascript" src="dynsections.js"></script>
11<link href="doxygen.css" rel="stylesheet" type="text/css" />
12</head>
13<body>
14<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
15<div id="titlearea">
16<table cellspacing="0" cellpadding="0">
17 <tbody>
18 <tr style="height: 56px;">
19 <td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
20 <td style="padding-left: 0.5em;">
21 <div id="projectname">API
22 </div>
23 <div id="projectbrief">For Arduino developers</div>
24 </td>
25 </tr>
26 </tbody>
27</table>
28</div>
29<!-- end header part -->
30<!-- Generated by Doxygen 1.8.7 -->
31 <div id="navrow1" class="tabs">
32 <ul class="tablist">
33 <li><a href="index.html"><span>Main&#160;Page</span></a></li>
34 <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
35 <li class="current"><a href="modules.html"><span>Modules</span></a></li>
36 <li><a href="annotated.html"><span>Classes</span></a></li>
37 <li><a href="files.html"><span>Files</span></a></li>
38 <li><a href="examples.html"><span>Examples</span></a></li>
39 </ul>
40 </div>
41</div><!-- top -->
42<div class="header">
43 <div class="headertitle">
44<div class="title">Modules</div> </div>
45</div><!--header-->
46<div class="contents">
47<div class="textblock">Here is a list of all modules:</div><div class="directory">
48<table class="directory">
49<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group___io_tgo.html" target="_self">IoTgo</a></td><td class="desc">Just like a http proxy in charge of communication between local device and IoTgo platform(server) </td></tr>
50<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group___switch.html" target="_self">Switch</a></td><td class="desc">Switch device of IoTgo platform </td></tr>
51<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group___light.html" target="_self">Light</a></td><td class="desc">Light device of IoTgo platform </td></tr>
52<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group___t_h_sensor.html" target="_self">THSensor</a></td><td class="desc">THSensor device of IoTgo platform </td></tr>
53<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group___t_h_sensor_interface.html" target="_self">THSensorInterface</a></td><td class="desc">Provides unified interface to read data from Temp &amp; Humidity Sensors </td></tr>
54<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group___error.html" target="_self">Error</a></td><td class="desc">Constants of error types </td></tr>
55<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group___net_interface.html" target="_self">NetInterface</a></td><td class="desc">Provides unified interface accessing internet </td></tr>
56</table>
57</div><!-- directory -->
58</div><!-- contents -->
59<!-- start footer part -->
60<hr class="footer"/><address class="footer"><small>
61Generated on Wed Feb 11 2015 13:27:06 for API by &#160;<a href="http://www.doxygen.org/index.html">
62<img class="footer" src="doxygen.png" alt="doxygen"/>
63</a> 1.8.7
64</small></address>
65</body>
66</html>
Note: See TracBrowser for help on using the repository browser.