zephyr/samples/sensor/bmi160
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
..
src sensor: remove sensor value type 2017-01-15 01:09:33 +00:00
Makefile samples: bmi160: use direct GPIO trigger instead of ipm 2016-12-16 15:56:33 +00:00
prj.conf samples: bmi160: use correct spi dev name 2016-12-24 13:35:43 +00:00
testcase.ini samples: bmi160: use direct GPIO trigger instead of ipm 2016-12-16 15:56:33 +00:00