When using the OPT3002 in transparent hysteresis-style mode I want to disable the low threshold interrupt such that I only get an interrupt when there is enough light to exceed the high threshold limit.
The DS states that the interrupt will be fired when the threshold 'is lower than the light level of interest. ie less than (<) and not less than or equal (<=)
To me that means that if I set the lower threshold to be 0x0000 then the lower interrupt will never fire?
Does the silicon guarantee this or could I still get interrupts when the light power reading reaches 0x0000.
Regards