I2C video router help

surgeon

New Member
hey im building a video matrix system and i have found an IC that is perfect for the job. my problem is that i dont understand how to control it. i have read the owners manual and the I2C turtorial. heres a link to the IC (http://www.fairchildsemi.com/pf/FM/FMS6501.html)
and heres a link to the datasheet (http://www.fairchildsemi.com/ds/FM/FMS6501.pdf)if you understand how to control this IC then please right a little code and give a few exapmles as to how to use it but any advice or tip is appreciated.

thx for any help
 

Technical

Technical Support
Staff member
should work fine

i2cslave %00000110, i2cslow, i2cbyte
or i2cslave %10000110, i2cslow, i2cbyte (if external address pin is high)

Then to direct in1 to out5 at 6db gain

writei2c 5,(%10000010)
 
Top