Sebastien Lorquet d16d4d5568 The INA219 is a combined voltage and current sensor that can measure up to 26 volts and a current that depends on an external shunt resistor. Connection happens via i2c/smbus and the chip features a power supply rail that is independent from the measured voltage, so it can measure low voltages.
This commit adds a driver for this chip.  Right now it measures bus voltage and current, and does not use the internal calibrated current reading, nor the available power measurement.
2017-10-10 17:03:56 -06:00
..
2017-10-04 15:22:27 -06:00
2017-10-04 15:22:27 -06:00
2017-10-04 15:22:27 -06:00
2017-10-04 15:22:27 -06:00
2017-10-04 15:22:27 -06:00
2017-09-30 12:59:33 -06:00
2017-10-04 15:22:27 -06:00
2017-10-04 15:22:27 -06:00
2015-02-12 12:21:05 -06:00
2017-10-04 15:22:27 -06:00
2017-10-07 10:57:09 -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.