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 FXOS8700Q by
Diff: FXOS8700Q.h
- Revision:
- 2:ab84f99086e5
- Parent:
- 1:8b53edef272f
--- a/FXOS8700Q.h Sun Apr 13 21:22:58 2014 +0000 +++ b/FXOS8700Q.h Mon Apr 14 17:13:15 2014 +0000 @@ -73,6 +73,7 @@ * * @param res array where acceleration data will be stored */ + void enable(void); void getAccAllAxis(float * res); void AccXYZraw(int16_t * d); void MagXYZraw(int16_t * d);