samples: fxos8700: add config for accelerometer devices
Add configuration for accelerometer devices like MMA8451, MMA8652 and MMA8653. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
38765d2c40
commit
d294d87038
8
samples/sensor/fxos8700/prj_accel.conf
Normal file
8
samples/sensor/fxos8700/prj_accel.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_I2C=y
|
||||
CONFIG_SENSOR=y
|
||||
CONFIG_FXOS8700=y
|
||||
CONFIG_SENSOR_LOG_LEVEL_DBG=y
|
||||
CONFIG_FXOS8700_MODE_ACCEL=y
|
||||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y
|
Loading…
Reference in a new issue