Modification to FXOS8700Q for use in Data Logger project
Dependencies: FXOS8700Q MotionSensor
Dependents: GPS_6Axis_DataLogger_SD_UDP
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);