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.
Dependents: fxos8700cq_JH_explore
Fork of FXOS8700CQ by
History
adjusted 14 bit 2s compliment transform (14 bits are Left justified so need to add 4 (1<<2) after bitwise inversion)
2016-02-05, by julianhigginson [Fri, 05 Feb 2016 01:57:41 +0000] rev 7
adjusted 14 bit 2s compliment transform (14 bits are Left justified so need to add 4 (1<<2) after bitwise inversion)
deleted dead code
2016-02-05, by julianhigginson [Fri, 05 Feb 2016 00:30:30 +0000] rev 6
deleted dead code
works for acc only 50hz. possible needs work on noise setting?
2016-02-05, by julianhigginson [Fri, 05 Feb 2016 00:20:23 +0000] rev 5
works for acc only 50hz. possible needs work on noise setting?
Removed extraneous "#define"s.
2014-06-03, by trm [Tue, 03 Jun 2014 19:02:19 +0000] rev 4
Removed extraneous "#define"s.
Updates to documentation and comments.
2014-05-28, by trm [Wed, 28 May 2014 18:38:09 +0000] rev 3
Updates to documentation and comments.
Updates to correctness! Correctly fill accel/magn data structs. Access to accel sensor scale (2/4/8g). More comments and documentation. #define for many configuration register properties.
2014-05-28, by trm [Wed, 28 May 2014 17:08:33 +0000] rev 2
Updates to correctness! Correctly fill accel/magn data structs. Access to accel sensor scale (2/4/8g). More comments and documentation. #define for many configuration register properties.
Added comments for API documentation.
2014-05-28, by trm [Wed, 28 May 2014 13:40:59 +0000] rev 1
Added comments for API documentation.
Successful driver for FXOS8700CQ on FRDM-K64F. Configured for 2g accelerometer range, hybrid readings at 200Hz, data ready interrupts on INT2, auto-zero of the magnometer, full-data read. WARNING: data is swapped acc/magn and acc data is 4x large.
2014-05-28, by trm [Wed, 28 May 2014 13:28:18 +0000] rev 0
Successful driver for FXOS8700CQ on FRDM-K64F. Configured for 2g accelerometer range, hybrid readings at 200Hz, data ready interrupts on INT2, auto-zero of the magnometer, full-data read. WARNING: data is swapped acc/magn and acc data is 4x large.