I'm use the FXOS8700 in hybrid mode and needed that a interrupt is generated when new data from the accelerometer and magnetometer are available.
In datasheet the register INT_SOURCE show that interrupt is generated, in hybrid mode, when a new acceleration and/or magnetic data is avaliable.
The point "and/or" leaves doubt. In case of "or", which generated the interruption? In other words, which the data are ready, magnetometer and accelerometer?
Is there one way interrupt is generated only when both are avaliable? I did not want to read the FXOS8700 to know which is avaliable.
Thank you so much.
Alexandre