Library for interfacing with NXP FXOS8700CQ accelerometer/magnetometer
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 |
diff -r 09311e0a2c64 -r 1a98f69712e8 FXOS8700CQ.h --- 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;