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
b192b2b575
zephyr
/
samples
/
sensor
/
apds9960
/
prj.conf
7 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: an app to use the APDS9960 RGB and Gesture sensor This adds an app to get the RGBC values from the APDS9960 sensor, and drives one APA102C with those values. The app works on the ARC side of Arduino 101. Change-Id: Iaee7bd11c06b03cf3c69f8ccb84cdb649634bb6c Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-05 06:40:08 +08:00
CONFIG_PRINTK=y
CONFIG_GPIO=y
CONFIG_I2C=y
samples: Add sample for APDS9960 sensor Sample can be used to test ambient light, RGB and proximity functionality of APDS9960 sensor in polling mode. Remove old sample which is not using sensor API. ZEP-1552 Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-06-12 13:57:21 +08:00
CONFIG_PRINTK=y
CONFIG_APDS9960=y
CONFIG_SENSOR=y