Overview
- Object ID : 2425 (2013-04-10)
- Author : Tim Moore | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Sensor
- Licence : Other
- Tag : I2C
Content
Driver for 3-axis accelerometer - LIS302DL/LIS3LV02DQ, using I2C. Simple driver that returns the X,Y and Z acceleration, no filtering applied.
Updated to support LIS3LV02DQ as well as LIS302DL. Also fixed an issue with -ve acc not being sign extended correctly.