zephyr/drivers/sensor
Anas Nashif 9d8c332b21 i2c: use I2C_X nameing instead of I2CX
Other IOs use this format, so lets be consistent and use

I2C_0 instead of I2C0 and I2C_1 an instead of I2C1.

Change-Id: I591ab08e14bd533ef0fac38e596559da783863b8
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-04-25 17:01:48 +00:00
..
Kconfig sensors: add driver for TMP007 infrared thermopile sensor 2016-04-16 05:32:35 +00:00
Kconfig.bma280 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.bmc150_magn i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.bmi160 sensor: bmi160: switch to the new logging API 2016-04-21 14:16:15 +00:00
Kconfig.bmp280 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.hdc1008 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.isl29035 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.lis3dh i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.lsm9ds0_gyro i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.mcp9808 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.sht3xd i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.sx9500 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.tmp007 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Makefile sensor: bmi160: add support for triggers 2016-04-21 14:16:14 +00:00
sensor.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
sensor_bma280.c sensors: bma280: fix accel data sample calculation 2016-04-19 18:40:43 +00:00
sensor_bma280.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_bma280_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_bmc150_magn.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_bmc150_magn.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_bmi160.c sensor: bmi160: switch to the new logging API 2016-04-21 14:16:15 +00:00
sensor_bmi160.h sensor: bmi160: Use the new GPIO callback API 2016-04-25 14:58:16 +00:00
sensor_bmi160_trigger.c sensor: bmi160: Use the new GPIO callback API 2016-04-25 14:58:16 +00:00
sensor_bmp280.c sensor: bmp280: fix pressure value 2016-04-01 14:48:00 +03:00
sensor_bmp280.h sensor: add driver for BMP280 2016-03-27 00:34:38 +00:00
sensor_hdc1008.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_hdc1008.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_isl29035.c sensors: fix coding style regarding max line length 2016-04-07 01:03:40 +00:00
sensor_isl29035.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_isl29035_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_lis3dh.c sensors: use SENSOR_G constant in all accelerometer drivers 2016-04-13 17:27:08 +00:00
sensor_lis3dh.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_lis3dh_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_lsm9ds0_gyro.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_lsm9ds0_gyro.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_mcp9808.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_mcp9808.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_mcp9808_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_sht3xd.c sensors: Convert return codes to errno.h 2016-03-21 09:16:40 +00:00
sensor_sht3xd.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_sht3xd_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_sx9500.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_sx9500.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_sx9500_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_tmp007.c sensors: add driver for TMP007 infrared thermopile sensor 2016-04-16 05:32:35 +00:00
sensor_tmp007.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_tmp007_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00