I2C Address, Python and C Header inconsistencies

In the file “usrp_i2c_addr.h” the I2C addresses for the receiver
daughterboards are 0x57 and 0x55, respectively. In the python code
self.i2c_addr = (0x67, 0x65). Which one is correct?

On Fri, Feb 02, 2007 at 09:21:12AM -0500, Gregory W Heckler wrote:

In the file “usrp_i2c_addr.h” the I2C addresses for the receiver
daughterboards are 0x57 and 0x55, respectively. In the python code
self.i2c_addr = (0x67, 0x65). Which one is correct?

Both. They are for diffent devices on the board.

usrp_i2c_addr.h gives the address of the EEPROMs used to ID the board.

Eric