Class Module for MMA845x I2C Accelerometer.
Dependents: mDotEVBM2X MTDOT-EVBDemo-DRH MTDOT-BOX-EVB-Factory-Firmware-LIB-108 MTDOT-UDKDemo_Senet ... more
Fork of MMA845x by
History
Make driver thread safe by making i2c read transactions atomic
2018-01-31, by Evan Hosseini [Wed, 31 Jan 2018 10:02:14 -0600] rev 5
Make driver thread safe by making i2c read transactions atomic
Remove disable and enable of irqs around I2C accesses. Mbed5 takes care of peripheral access protection.
2016-10-17, by Leon Lindenfelser [Mon, 17 Oct 2016 08:38:38 -0500] rev 4
Remove disable and enable of irqs around I2C accesses. Mbed5 takes care of peripheral access protection.
protect serial transactions by disabling interrupts
2015-12-21, by Mike Fiore [Mon, 21 Dec 2015 10:49:15 -0600] rev 3
protect serial transactions by disabling interrupts
<CTRL><SHIFT><f> for formatting
2015-10-28, by mfiore [Wed, 28 Oct 2015 17:48:15 +0000] rev 2
<CTRL><SHIFT><f> for formatting
Added basic setup functions and added RTOS calls. Set data get to poll if interrupt pointers are set to NULL.
2015-07-06, by falingtrea [Mon, 06 Jul 2015 19:53:27 +0000] rev 1
Added basic setup functions and added RTOS calls. Set data get to poll if interrupt pointers are set to NULL.
Work in progress
2013-03-29, by sam_grove [Fri, 29 Mar 2013 21:51:11 +0000] rev 0
Work in progress