This is a simple device driver for the 3 axis accelerometer MMA8452 that works with mbed.
Dependents: MMA8452_test S05APP3_routeur
History
Fixing bug in write IIC methods -where register pointer was being reset to 0 as the write function was not doing a repeated 'start' for multiple register reads.... :-)
2013-10-17, by nherriot [Thu, 17 Oct 2013 09:40:10 +0000] rev 6
Fixing bug in write IIC methods -where register pointer was being reset to 0 as the write function was not doing a repeated 'start' for multiple register reads.... :-)
adding method for getting control reg 1.;
2013-10-16, by nherriot [Wed, 16 Oct 2013 18:55:16 +0000] rev 5
adding method for getting control reg 1.;
simplification on several methods.
2013-10-16, by nherriot [Wed, 16 Oct 2013 16:26:26 +0000] rev 4
simplification on several methods.
mma8452 0.1 - basic functions supported. ; Still going under test.
2013-10-16, by nherriot [Wed, 16 Oct 2013 14:11:04 +0000] rev 3
mma8452 0.1 - basic functions supported. ; Still going under test.
whoami tested and working
2013-10-08, by nherriot [Tue, 08 Oct 2013 16:13:14 +0000] rev 2
whoami tested and working
adding device id method detection
2013-10-08, by nherriot [Tue, 08 Oct 2013 15:25:32 +0000] rev 1
adding device id method detection
Initial commit fro mma8452
2013-10-04, by nherriot [Fri, 04 Oct 2013 14:48:02 +0000] rev 0
Initial commit fro mma8452