Updated rpi_ws281x submodule to latest commits (#755)

This includes support for newer RPI hardware versions
This commit is contained in:
penfold42 2017-05-27 20:19:48 +10:00 committed by brindosch
parent dcacf570e6
commit 2f01dfa18c
3 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

@ -4,4 +4,4 @@
[submodule "dependencies/external/rpi_ws281x"]
path = dependencies/external/rpi_ws281x
url = https://github.com/hyperion-project/rpi_ws281x.git
branch = sk6812
branch = master

View File

@ -8,6 +8,7 @@ if(ENABLE_WS281XPWM)
add_library(ws281x
external/rpi_ws281x/mailbox.c external/rpi_ws281x/ws2811.c
external/rpi_ws281x/pwm.c external/rpi_ws281x/dma.c
external/rpi_ws281x/pcm.c
external/rpi_ws281x/rpihw.c)
endif()

@ -1 +1 @@
Subproject commit 48d5e1af37fab4970f374d9d98e46bf5ebefa794
Subproject commit f580777219062568d2e43e998ecb0950deff9e99