VL6180X_REG_RESULT_INTERRUPT_STATUS_GPIO always 0
when I use vl6810 with 51 chip , the i2c use pull up to 1.8V 。
all the init register is correctly, I Using an oscilloscope for detection ,It seems all correct。
but it always wait at VL6180X_REG_RESULT_INTERRUPT_STATUS_GPIO here :
while(!(VL6180X_ReadByte(VL6180X_REG_RESULT_INTERRUPT_STATUS_GPIO)&0x04));
it always read 0 ,It took me a long time and I couldn't find where the problem
But if I use STM32 as the MCU, everything will be fine。
