LIS3MDL: are DRDY and INT Open Drain or Push/Pull? Is DRDY active low or active high?
Hi all -
Two questions:
- Are DRDY and INT on the LIS3MDL Open Drain or Push/Pull?
- Is DRDY active low or active high?
Related Comment: I see in the datasheet that, using the IEA bit of the INT_CFG register, INT can be set active high or active low, but I haven't yet found similar info on DRDY, nor indication of whether these two pins are Open Drain or Push/Pull.
Context: I would really like (if possible) to set both DRDY and INT to be active low and open drain, and join them together into a single combined DRDY_INT line to connect to a single GPIO on the MCU. For me, it seems rather redundant to have these two lines separate - either I am actively monitoring the pressure with the connected MCU (and can easily decide on the MCU what to do, with simple logic based on measured pressure levels), or I am not. If I am NOT actively monitoring the pressure on the MCU, only then I do I really need to be alerted whenever a certain pressure threshold is reached. Thus the desire to not waste a second GPIO line when wiring the LIS3MDL to an MCU.
