C3MA/stm-ledstrip
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#################################################################### # Driver and test routine for WS2811 RGB-LED # # Tobias Mache Florian Zahn # # CCC Mannheim e.V. # #################################################################### needs installed STM32F4 Librarys (Standard Peripheral Library) needs summon-arm-toolchain PATHs in Makefile needs to be adjusted st-link needs to be installed to flash controller Work still in progress. Basic thing is done: WS2811-LED strip can be controlled color of each LED-channelcan be set via simple array of led-struct (check code...) still missing: interaction and networking....