Hello,
From the datasheet I understand that High Limit / Low Limit registers (2Ah -> 39h) have to be set.
My intent is to use each channel separately (no differential) in Mode 0 (7 user channels + internal temperature).
Internal VRef will be used (2.56V).
For each user channel, voltage limits should be set to:
- Low Limit = 0V
- High Limit =2.5V
What value should I store into high limit registers ?
- Are the registers 8 signed bytes (so values from -128 to +127, ie -1.28V to +1.27V). if so, how to set to 2.55V ?
- Are the registers unsigned bytes (so values from 0 to 255, ie 0V to 2.55V). if so how to set a higher value if the voltage ref is, for instance, 5V ?
Can you help understanding how to set these registers ?
Thanks