我正在使用pyftdi和一个python运行3.6 带有FT232H IC的ftdi智能mpsse电缆。
当我运行i2c api页面上显示的代码时 我遇到了总线错误,代码停止了。
基本上,我需要使用 ftdi mpsse电缆。
谢谢
**************************************
**# Instanciate an I2C controller
i2c = I2cController()
# Configure the first interface (IF/1) of the FTDI device as an I2C master
i2c.configure('ftdi://ftdi:2232h/1')**
**************************************