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
f7d584a0ce
zephyr
/
samples
/
drivers
/
led_lp5562
/
prj.conf
5 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: led_lp5562: move to new logger move sample to use new logger. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-09-23 09:09:31 +08:00
CONFIG_LOG=y
samples: drivers: Add sample application for LP5562 Add a sample application to show the LP5562 driver. The three RGB channels are used to set multiple colors after each other under the assumption that accordingly colored LEDs are connected. Blinking is also shown in multiple colors. Signed-off-by: Johannes Hutter <johannes@proglove.de>
2018-07-19 00:19:35 +08:00
CONFIG_I2C=y
CONFIG_LED=y
CONFIG_LP5562=y