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
13b02d620c
zephyr
/
samples
/
drivers
/
led_pca9633
/
prj.conf
7 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: fix prj.conf to use new logger Configure samples to use new logger. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-09-22 22:48:46 +08:00
CONFIG_LOG=y
samples: drivers: Add sample application for PCA9633 Add sample application for NXP PCA9633 LED driver. This application test the 4 LEDs by doing the following: - turn on LEDs - turn off LEDs - set the brightness to 50% - turn off LEDs - blink the LEDs - turn off LEDs The application is based on the stm32373_eval board and expects to have a PCA9633 LED driver on the bus I2C-1 at the address 0x62. Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
2018-06-29 00:28:52 +08:00
CONFIG_I2C=y
CONFIG_LED=y
CONFIG_PCA9633=y