nuttx/drivers/sensors
2017-03-09 12:01:01 +01:00
..
adxl345_base.c
adxl345_i2c.c
adxl345_spi.c
adxl345.h
as5048b.c fix as5048b by adding missing frequency parameter 2017-03-09 12:01:01 +01:00
bh1750fvi.c
bmg160.c
bmp180.c
Kconfig drivers/sensors: Add driver for the ST L3GD20 3 axis gyro 2017-02-19 17:43:44 +01:00
kxtj9.c Fix recurring naming problem: KXTJ9 vs KXJT9. 2017-02-18 08:08:41 -06:00
l3gd20.c Cosmetic changes from review of the last PR 2017-02-19 11:49:42 -06:00
lis3dsh.c
lis3mdl.c
lis331dl.c
lm75.c
lm92.c
lsm9ds1.c
Make.defs drivers/sensors: Add driver for the ST L3GD20 3 axis gyro 2017-02-19 17:43:44 +01:00
max6675.c typos 2017-03-05 13:04:07 +00:00
max31855.c
mb7040.c
mcp9844.c
mlx90393.c
mpl115a.c
ms58xx.c
qencoder.c Remove a few remaining use of the obsolteted 'Compilation Switches' program section 2017-01-22 08:57:18 -06:00
README.txt
veml6070.c
xen1210.c
xen1210.h
zerocross.c

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.