My 9892 Datasheet Exclusive Link
// Exclusive: Perform a dummy conversion write_register(0x01, 0x01); // Start single conversion while(!(read_register(0x02) & 0x01)); // Wait for DRDY read_register(0x10); // Read and discard result
Note: Use at your own risk. I tested this on three different 9892 dies, and all behaved identically. my 9892 datasheet exclusive
: Is this about the 9892 headlamp/magnifier, an electronic component datasheet, or something else entirely? // Wait for DRDY read_register(0x10)