How is 'operand' term applied here?
I am trying to write the setups for a QT60160 touch sense IC with I2C from the Propeller. The info from the datasheet says:
If trying to write the default value of 6, are they suggesting use the number 2 for my write, and it will internally add 4 to the 2 to arrive at your desired value? I don't get why they used this convention.
Thanks
info said...
Lower nibble = Neg Threshold - take operand and add 4 to get value
info said...
Typical values: 3 to 8
(7 to 12 counts of threshold; 4 is internally added to
NTHR to generate the threshold).
Default value: 6
(10 counts of threshold)
If trying to write the default value of 6, are they suggesting use the number 2 for my write, and it will internally add 4 to the 2 to arrive at your desired value? I don't get why they used this convention.
Thanks
Comments
·