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
d1d683beef
zephyr
/
samples
/
drivers
/
led_lp3943
/
prj.conf
5 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: led_lp3943: move to new logger move sample to use new logger. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-09-23 09:14:37 +08:00
CONFIG_LOG=y
samples: drivers: Add sample application for LP3943 Add sample application for TI LP3943 LED driver. This application displays a continuous pattern that turns on 16 LEDs at 1s one by one until it reaches the end and turns off LEDs in reverse order. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2017-12-17 19:15:33 +08:00
CONFIG_I2C=y
CONFIG_LED=y
CONFIG_LP3943=y