zephyr/drivers/sensor/bma280
Bogdan Davidoaia 30162aedf1 sensor: remove sensor value type
Remove the type field from the sensor value structure. All values will
have the type previously defined by SENSOR_VALUE_TYPE_INT_PLUS_MICRO.

This simplifies the interface, as apps will know what value type to
expect. Apps that prefer to use double values can optain them using the
sensor_value_to_double function.

Change-Id: I3588d74258030eb16c3f89d8eead13cca4606b18
Signed-off-by: Bogdan Davidoaia <bogdan.davidoaia@linaro.org>
2017-01-15 01:09:33 +00:00
..
bma280_trigger.c sensor: Fix Unchecked return value in bma280 driver 2016-11-16 13:30:11 +00:00
bma280.c sensor: remove sensor value type 2017-01-15 01:09:33 +00:00
bma280.h logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
Kconfig drivers: sensors: use unified kernel threads 2016-11-11 21:00:19 +00:00
Makefile sensors: bma280: move bma280 to own directory under drivers/sensor/ 2016-10-17 18:37:51 +00:00