This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DIX4192: sample code

Part Number: DIX4192

Hi Sir,

My customer want to use the DIX4192 on the new project, may I know there have the sample code or programming guide to share us?

  • Hello Henry, I found the attached script among my files.

    7181.DIX4192_script.txt
    # set interface mode to i2c fast
    i i2cfast
    # set register page to 0
    w e0 7f 00
    # set gpo 1 thru 4 to logic 1
    w e0 1b 01
    w e0 1c 01
    w e0 1d 01
    w e0 1e 01
    # dir setup
    w e0 0d 00
    w e0 0e 09
    w e0 0f 22
    w e0 10 00
    w e0 11 00
    # dit setup
    w e0 07 f4
    w e0 08 00
    w e0 09 06
    # power up
    w e0 01 26
    

    Regards,

    Arash