Has anyone worked with the TEA5767 I am trying to write to this device using this code with no luck
PLL = 10770
sda var porta.0
scl var porta.1
I2cwrite sda,scl, $60,$00,[PLL.highbyte,PLL.lowbyte,$00,$10,$1A ,$00]
PLL = 10770
sda var porta.0
scl var porta.1
I2cwrite sda,scl, $60,$00,[PLL.highbyte,PLL.lowbyte,$00,$10,$1A ,$00]
Comment