incubator-nuttx/drivers/sensors
Gregory Nutt 7edf921c5e Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 2016-01-23 18:54:36 -06:00
..
Kconfig Merged in paulpatience/nuttx/lsm9ds1 (pull request #48) 2016-01-17 15:06:37 -06:00
Make.defs Update ChangeLog 2016-01-17 15:15:01 -06:00
README.txt Update ChangeLog 2015-02-12 12:21:05 -06:00
adxl345.h Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00
adxl345_base.c Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 2016-01-23 18:54:36 -06:00
adxl345_i2c.c Added forward declarations of structures to fix header inclusion 2015-08-10 16:18:37 -04:00
adxl345_spi.c Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 2016-01-23 18:54:36 -06:00
as5048b.c Remove TABs 2015-10-04 16:01:21 -06:00
bmp180.c drivers/: Fixes to spacing and alignement 2015-10-10 10:41:00 -06:00
lis331dl.c drivers/: Fixes to spacing and alignement 2015-10-10 10:41:00 -06:00
lm75.c drivers/: Fixes to spacing and alignement 2015-10-10 10:41:00 -06:00
lm92.c drivers/: Fixes to spacing and alignement 2015-10-10 10:41:00 -06:00
lsm9ds1.c Add LSM9DS1 accelerometer, gyroscope and magnetometer 2016-01-17 16:01:14 -05:00
max6675.c Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 2016-01-23 18:54:36 -06:00
max31855.c Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 2016-01-23 18:54:36 -06:00
mb7040.c Added MB7040 sonar. 2015-08-11 13:26:56 -04:00
mcp9844.c drivers/sensors/mcp9844: Driver for the MCP9844 I2C digital temperature sensor with a selectable resolution 2016-01-15 07:25:58 -06:00
mpl115a.c Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 2016-01-23 18:54:36 -06:00
ms58xx.c Merged in karim_keddam/nuttx (pull request #39) 2015-11-30 06:13:24 -06:00
qencoder.c drivers/: Fixes to spacing and alignement 2015-10-10 10:41:00 -06:00
zerocross.c Add Zero Cross device driver support 2015-10-13 07:27:16 -06:00

README.txt

ADXL345
=======

The ADXL345 accelerometer can operate in I2C or SPI mode. To operate in I2C
mode just connect the CS pin to Vddi/o.

In order to operate in SPI mode CS need to use connected to microcontroller,
it cannot leave unconnected.

In SPI mode it works with clock polarity (CPOL) = 1 and clock phase (CPHA) = 1.

MPL115A
=======

This driver has support only for MPL115A1 (SPI), but support to MPL115A2 (I2C) can
be added easily.