How should data ready output be configured for LIS2MDL.
I've tried to use LIS2MDL with interrupts without success.
What needs to be done, and does it work with continuous mode?
It looks (by the data sheet) like enabling the DRDY (bit 0 in CFG_REG_C) would be enough, but seems not.
It looks like DRDY is not an interrupt, although also tried setting INT_on_PIN in CFG_REG_C and IEN in INT_CTRL_REG, but no success.
The thing works fine if I read it cyclically using a 100 ms timer.
