This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
The data sheet for the INA219 shows that Bit 0 (FS0) in the calibration register is not used and is read only.
Do I need to shift the calibration value to the left one bit before I write it to the register?
Example:
Lets say I want to use a calibration value of decimal 14300.
Should I write 37DCh to the register?
or should I shift the bits to the left to avoid using the FS0 bit and write 6FB8h to the register?
Thanks!