Hi!
I'd like to use this servo controller via I2C
Its addr is 0xC2... Can arduino address it? :-?
Reference says from 0 to 127...
Hi!
I'd like to use this servo controller via I2C
Its addr is 0xC2... Can arduino address it? :-?
Reference says from 0 to 127...
The low order bit of the I2C address "byte" is the read/write bit. Some datasheets list the address as a 7 bit value that you shift left one bit and set the R/W bit accordingly. Others list the address as an 8 bit "pre-shifted" value. This caused me some confusion in my first experience with I2C.
If it's really I2C, it will probably work, but I'd try to find someone that has already used the device to make sure.
-j
ok!
it is not 0xC2 but 0x61!! (shitf right)
thank you!