Site updated at 2017-05-20 22:59:15 UTC

This commit is contained in:
Travis CI 2017-05-20 22:59:15 +00:00
parent 024eeb853f
commit ebffa845cd
709 changed files with 10815 additions and 1472 deletions

View file

@ -67,6 +67,7 @@
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">rpi_gpio_pwm</code> platform allows to control multiple lights using pulse-width modulation, for example led strips. It supports one-color, RGB and RGBW LEDs driven by GPIOs of a Raspberry Pi or a PCA9685 controller.</p>
<p>For controlling the GPIOs, the platform connects to the <a href="http://abyz.co.uk/rpi/pigpio/pigpiod.html">pigpio-daemon</a>, which must be running. On Raspbian Jessie 2016-05-10 or newer the <code class="highlighter-rouge">pigpio</code> library is already included. On other operating systems it needs to be installed first (see <a href="https://github.com/soldag/python-pwmled#installation">installation instructions</a>).</p>
<p>To enable this platform, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">light</span><span class="pi">:</span>