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: Stick_Runner Stick_Runner 2645_FXOS8700CQ_Library AccGyroTest ... more
Revision 2:1a98f69712e8, committed 2017-02-06
- Comitter:
- eencae
- Date:
- Mon Feb 06 08:41:24 2017 +0000
- Parent:
- 1:09311e0a2c64
- Commit message:
- Removed unused method declarations from the library header.
Changed in this revision
FXOS8700CQ.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/FXOS8700CQ.h Sat Feb 04 14:01:00 2017 +0000 +++ b/FXOS8700CQ.h Mon Feb 06 08:41:24 2017 +0000 @@ -73,8 +73,6 @@ ~FXOS8700CQ(); void init(); Data get_values(); - float get_pitch(); - float get_roll(); private: I2C* i2c;