Site updated at 2016-10-22 22:37:41 UTC
This commit is contained in:
parent
ab857e95a7
commit
860912100c
408 changed files with 11332 additions and 1691 deletions
|
@ -99,20 +99,22 @@
|
|||
<span class="s">pins</span><span class="pi">:</span>
|
||||
<span class="s">1</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Door switch</span>
|
||||
<span class="s">type</span><span class="pi">:</span> <span class="s">analog</span>
|
||||
<span class="s">0</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Brightness</span>
|
||||
<span class="s">type</span><span class="pi">:</span> <span class="s">analog</span>
|
||||
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>pins</strong> (<em>Required</em>): Array of pins to use. The number corresponds with the pin numbering schema of your board.
|
||||
<li><strong>pins</strong> array (<em>Required</em>): Array of pins to use.
|
||||
<ul>
|
||||
<li><strong>name</strong>: Name that will be used in the frontend for the pin.</li>
|
||||
<li><strong>type</strong>: The type of the pin. At the moment only ‘analog’ is supported.</li>
|
||||
<li><strong>[number]</strong> (<em>Required</em>): The pin number that corresponds with the pin numbering schema of your board.
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): Name that will be used in the frontend for the pin.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -136,6 +138,9 @@
|
|||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/arduino.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: pre 0.7
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue