Site updated at 2018-01-25 17:33:45 UTC

This commit is contained in:
Travis CI 2018-01-25 17:33:45 +00:00
parent 2a429df2b2
commit 94552b64db
144 changed files with 304 additions and 301 deletions

View file

@ -93,7 +93,7 @@
<li><strong>pin_name</strong> (<em>Required</em>): Pin numbers and corresponding names.
<ul>
<li><strong>name</strong> (<em>Required</em>): Friendly name to use for the frontend.</li>
<li><strong>bouncetime</strong> (<em>Optional</em>): Debounce time for reading input pin defined in miliseconds [ms]. Defaults to <code class="highlighter-rouge">50 ms</code>.</li>
<li><strong>bouncetime</strong> (<em>Optional</em>): Debounce time for reading input pin defined in milliseconds [ms]. Defaults to <code class="highlighter-rouge">50 ms</code>.</li>
<li><strong>invert_logic</strong> (<em>Optional</em>): If <code class="highlighter-rouge">true</code>, inverts the input logic to ACTIVE LOW. Default is <code class="highlighter-rouge">false</code> (ACTIVE HIGH).</li>
<li><strong>pull_mode</strong> (<em>Optional</em>): Type of internal pull resistor connected to input. Options are <code class="highlighter-rouge">UP</code> - pull-up resistor and <code class="highlighter-rouge">DOWN</code> - pull-down resistor. Defaults to <code class="highlighter-rouge">UP</code>.</li>
</ul>