Skip to content

Commit

Permalink
Add SPI bus to spi_led_strip example
Browse files Browse the repository at this point in the history
  • Loading branch information
DrBlokmeister authored Sep 4, 2024
1 parent 163f484 commit 995262c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/light/spi_led_strip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ LEDs, or any others with a similar interface - SPI, 8 bits per colour and BGR or
.. code-block:: yaml
# Example configuration entry
spi:
mosi_pin: GPIO06
clk_pin: GPIO07
light:
- platform: spi_led_strip
num_leds: 30
Expand Down

0 comments on commit 995262c

Please sign in to comment.