zephyr/drivers/sensor/lis3mdl
Erwan Gouriou 411919661e sensor: lis3mdl: remove use of i2c_burst_write api
i2c_burst_write API implementation in some driver
and generate a sequence of messages that does not allow to
communicate with LIS3MDL sensor. This commit replaces use
of i2c_burst_write with a call to i2c_write, which enables
sensor configuration.
Meanwhile, description of LIS3MDL is completed in sensor
header file.

Change-Id: Ib1b4643365f3c70b31fbfc4b0c30cff294b475a3
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-05-15 14:50:38 -05:00
..
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile sensors: lis3mdl: move lis3mdl to own directory under drivers/sensor/ 2016-10-17 18:37:56 +00:00
lis3mdl.c sensor: lis3mdl: remove use of i2c_burst_write api 2017-05-15 14:50:38 -05:00
lis3mdl.h sensor: lis3mdl: remove use of i2c_burst_write api 2017-05-15 14:50:38 -05:00
lis3mdl_trigger.c drivers: sensor: use k_thread_create() 2017-05-11 20:24:22 -04:00