This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
bd78d0ed37
zephyr
/
samples
/
drivers
/
led_ws2812
/
prj.conf
5 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: drivers: add WS2812 sample application This is similar to the LPD8806 sample, but uses the WS2812 driver instead. The app configuration is a bit more finicky, so try to provide helpful references. This could be made more beginner-friendly with the addition of timing diagrams, etc., but this should be enough for an experienced developer to use. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-10-20 07:13:33 +08:00
# This file expresses generic requirements ONLY; see README.rst.
samples: led_ws2812: move to new logger move sample to use new logger. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-09-23 09:33:05 +08:00
CONFIG_LOG=y
samples: drivers: add WS2812 sample application This is similar to the LPD8806 sample, but uses the WS2812 driver instead. The app configuration is a bit more finicky, so try to provide helpful references. This could be made more beginner-friendly with the addition of timing diagrams, etc., but this should be enough for an experienced developer to use. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-10-20 07:13:33 +08:00
CONFIG_LED_STRIP=y