iio: mma8452: update device description in header comments
Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
40836bc3d7
commit
16df666a99
@ -1,12 +1,14 @@
|
||||
/*
|
||||
* mma8452.c - Support for following Freescale 3-axis accelerometers:
|
||||
*
|
||||
* MMA8451Q (14 bit)
|
||||
* MMA8452Q (12 bit)
|
||||
* MMA8453Q (10 bit)
|
||||
* MMA8652FC (12 bit)
|
||||
* MMA8653FC (10 bit)
|
||||
* FXLS8471Q (14 bit)
|
||||
* device name digital output 7-bit I2C slave address (pin selectable)
|
||||
* ---------------------------------------------------------------------
|
||||
* MMA8451Q 14 bit 0x1c / 0x1d
|
||||
* MMA8452Q 12 bit 0x1c / 0x1d
|
||||
* MMA8453Q 10 bit 0x1c / 0x1d
|
||||
* MMA8652FC 12 bit 0x1d
|
||||
* MMA8653FC 10 bit 0x1d
|
||||
* FXLS8471Q 14 bit 0x1e / 0x1d / 0x1c / 0x1f
|
||||
*
|
||||
* Copyright 2015 Martin Kepplinger <martink@posteo.de>
|
||||
* Copyright 2014 Peter Meerwald <pmeerw@pmeerw.net>
|
||||
@ -15,8 +17,6 @@
|
||||
* the GNU General Public License. See the file COPYING in the main
|
||||
* directory of this archive for more details.
|
||||
*
|
||||
* 7-bit I2C slave address 0x1c/0x1d (pin selectable)
|
||||
*
|
||||
* TODO: orientation events
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user