Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MMA845x by
History
FIX setting LowPower mode <- wrong bitmask was setting Fast mode instead, SIC
2018-07-05, by amateusz [Thu, 05 Jul 2018 15:05:20 +0000] rev 18
FIX setting LowPower mode <- wrong bitmask was setting Fast mode instead, SIC
fixed INT_DRDY bitmask; exposed configInterrupt to public //
2018-07-05, by amateusz [Thu, 05 Jul 2018 01:24:33 +0000] rev 17
fixed INT_DRDY bitmask; exposed configInterrupt to public //
fix: result (of configInterrupt) was never a used
2018-07-04, by amateusz [Wed, 04 Jul 2018 23:11:40 +0000] rev 16
fix: result (of configInterrupt) was never a used
todo update
2018-07-04, by amateusz [Wed, 04 Jul 2018 23:08:47 +0000] rev 15
todo update
implemented single tap setup
2018-07-04, by amateusz [Wed, 04 Jul 2018 23:07:03 +0000] rev 14
implemented single tap setup
generic interface for enabling/disabling interrupts
2018-07-03, by amateusz [Tue, 03 Jul 2018 00:11:57 +0000] rev 13
generic interface for enabling/disabling interrupts
added interrupt bitmasks. they happen to be shared among CTRL_REG4, CTRL_REG5 and INT_SOURCE; added INT_PINs; modified proto for enableOrientation to include some parameters
2018-07-02, by amateusz [Mon, 02 Jul 2018 23:55:31 +0000] rev 12
added interrupt bitmasks. they happen to be shared among CTRL_REG4, CTRL_REG5 and INT_SOURCE; added INT_PINs; modified proto for enableOrientation to include some parameters
added interrupt bitmasks
2018-07-02, by amateusz [Mon, 02 Jul 2018 22:52:24 +0000] rev 11
added interrupt bitmasks
orientation detection is supported by every version, although limited compared to MMA8451
2018-07-02, by amateusz [Mon, 02 Jul 2018 22:21:01 +0000] rev 10
orientation detection is supported by every version, although limited compared to MMA8451
error in setting oversampling mode. (0xFB ? 0xF8) ? yeah I know, they look similar //
2018-07-02, by amateusz [Mon, 02 Jul 2018 22:16:45 +0000] rev 9
error in setting oversampling mode. (0xFB ? 0xF8) ? yeah I know, they look similar //
