looking to use the MCP9600 with an rPi and Python, so I’m hacking my way thru converting the arduino code to python.
Wondering about the 8 addresses that are available per spec sheet and the two pads marked Addr on the board.
It looks like this board only gives an easy choice of either 0x66 (default) or 0x60 (bridge JP1 pads)
q1) Are the two lil resistors between the thru hole connectors the ones to switch out for other addresses?
q2) any (unofficial) pointers on making a python module for this? I’m using the BME arduino/python as example
thanks