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
debade9121
zephyr
/
samples
/
sensor
/
lsm303dlhc
/
prj.conf
6 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples/sensor/lsm303dlhc: Add LSM303DLHC sample Add sample application for LSM303DLHC, ST MEMS system-in-package featuring a 3D digital linear acceleration sensor and a 3D digital magnetic sensor. Enable sample to build on stm32f3_disco board during sanitycheck. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
2018-03-04 00:51:51 +08:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_LSM303DLHC_MAGN=y
driver/sensor: use lis2dh as common driver among multiple sensors Share lis2dh driver among few accelerometer sensors that has same register interface: LIS2DH, LIS3DH, LSM303DLHC, LIS2DH12, LSM303AGR. Signed-off-by: Armando Visconti <armando.visconti@st.com>
2019-01-15 23:20:52 +08:00
CONFIG_LIS2DH=y