Hi All,
I am trying to communicate with an ADS7830, datasheet https://www.ti.com/lit/ds/symlink/ads7830.pdf?ts=1704318272140&ref_url=https%253A%252F%252Fwww.google.com%252F
I am trying to find the correct address for the different channels on the ADS. The relevant parts of the data sheet are:
and the bottom 8 rows of
I am able to successfully read channel 0 with the hex byte 0x00
. I am struggling to find what hex I should be using for channels 1, 2 & 3.
I realise stack overflow might be a more appropriate location for this question, but wondering if someone can help me understand how to decode the above table into a hex byte.
Thanks,
Ivan