nuttx/drivers/sensors
2015-08-11 22:50:11 -04:00
..
adxl345_base.c ADXL345: Don't select device if only change SPI settings 2014-12-17 12:01:18 -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 Added forward declarations of structures to fix header inclusion 2015-08-10 16:18:37 -04:00
adxl345.h Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00
as5048b.c Fixed a forgotten FAR, a typo, and an incorrect bit-field definition. 2015-08-10 14:45:40 -04:00
bmp180.c drvers/sensor and include/nuttx/sensors: Add support to Bosch BMP180 barometer. From Alan Carvalho de Assis. 2015-07-20 07:18:27 -06:00
Kconfig Added MS5805 altimeter. 2015-08-11 22:50:11 -04:00
lis331dl.c Added forward declarations of structures to fix header inclusion 2015-08-10 16:18:37 -04:00
lm75.c Added forward declarations of structures to fix header inclusion 2015-08-10 16:18:37 -04:00
lm92.c Added forward declarations of structures to fix header inclusion 2015-08-10 16:18:37 -04:00
Make.defs Added MS5805 altimeter. 2015-08-11 22:50:11 -04:00
mb7040.c Added MB7040 sonar. 2015-08-11 13:26:56 -04:00
mpl115a.c Added forward declarations of structures to fix header inclusion 2015-08-10 16:18:37 -04:00
ms5805.c Added MS5805 altimeter. 2015-08-11 22:50:11 -04:00
qencoder.c Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg() 2014-12-16 09:54:32 -06:00
README.txt Update ChangeLog 2015-02-12 12:21:05 -06:00

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.