nuttx/drivers/sensors
2016-04-15 08:16:16 -06:00
..
adxl345_base.c I2C: Remove the setfrequency method from the interface 2016-02-01 16:31:13 -06:00
adxl345_i2c.c Add I2C frequency to the i2c_msg_s structure 2016-02-01 14:17:20 -06:00
adxl345_spi.c
adxl345.h
as5048b.c
bh1750fvi.c drivers/sensors/h1750fvi.c: Add a character driver for Rohm Ambient Light Sensor BH1750FVI. 2016-04-15 08:16:16 -06:00
bmp180.c I2C: Remove the setfrequency method from the interface 2016-02-01 16:31:13 -06:00
Kconfig drivers/sensors/h1750fvi.c: Add a character driver for Rohm Ambient Light Sensor BH1750FVI. 2016-04-15 08:16:16 -06:00
lis331dl.c I2C: Fix some compile time issues found with tools/testbuild.sh 2016-02-01 18:02:56 -06:00
lm75.c I2C: Fixes/improvements from last massive I2C commits 2016-02-02 07:13:03 -06:00
lm92.c I2C: Fixes/improvements from last massive I2C commits 2016-02-02 07:13:03 -06:00
lsm9ds1.c
Make.defs drivers/sensors/h1750fvi.c: Add a character driver for Rohm Ambient Light Sensor BH1750FVI. 2016-04-15 08:16:16 -06:00
max6675.c
max31855.c
mb7040.c
mcp9844.c
mpl115a.c
ms58xx.c I2C: Fixes/improvements from last massive I2C commits 2016-02-02 07:13:03 -06:00
qencoder.c
README.txt
zerocross.c nuttx/drivers: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 07:32:58 -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.