I am looking into this device, FX29:
The datasheet describes the content of I2C frames, including two status bits:
I cannot find any description of the status bits at bit 14 and 15 in the reply. What do they mean?
The only thing I could find was some code comment online:
byte statusVals = msb/64; //Determines the status values from the measurement to ensure a new measurement was taken
, which hints at functionality that I would like. But no documentation?