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
a442987b02
zephyr
/
samples
/
sensor
/
hts221
/
prj.conf
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: sensor: hts221 This commit provides sample application for sensor hts221. By default, it is enabled on board disco_l475_iot1 Change-Id: I535fac8a670fa89cc1cae15ea1abe9cfe4b6c56b Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-04-28 19:44:07 +08:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_HTS221=y
sample: fix configuration for sensor HTS221 sample application Since no GPIO trigger is configured in hts221 sample application, update prj.conf to enable TIGGER_NONE flag Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-01-11 22:42:29 +08:00
CONFIG_HTS221_TRIGGER_NONE=y