garmin / LIDARLite_Arduino_Library

High-performance optical distance sensing.
Apache License 2.0
181 stars 84 forks source link

Status output mode? #6

Open ghost opened 7 years ago

ghost commented 7 years ago

Is it possible use status output mode and I2C at the same time?

I write 0b01 to the first two bits of ACQ_CONFIG_REG.

Then I write 0x03 to ACQ_COMMAND.

After that I create an interrupt for falling edge on the control mode pin.

However, the control mode pin never goes LOW. Even if I trigger it using I2C.

AlexisTM commented 7 years ago

Can you precise more in detail?