Search results

  1. S

    TDA 7418

    Hi, I am having TDA7418 Audio Processor connected with PIC18F(scl and sda) .  I am very new to this. Can anyone help me to tell how to configure and test TDA7418. ? anyone have source code for TDA7418.? Please share more details about it thank you
  2. S

    PCF8575

    unsigned short PortP0 ; unsigned short PortP1 ; void main(){ { I2C1_Init(100000); //100 KHz // join i2c bus } while(1) { I2C_Start(); I2c_Write(0x43); //Read Address PortP0 = I2C_Read(0); PortP1 = I2C_Read(0); I2C_Stop(); if(PortP0 ==...
Top