I2cConnectionSettings.BusSpeed 属性

定义

获取或设置用于连接到 I2 C) 设备 (集成电路的总线速度。 总线速度是访问设备时 I2 C 总线的时钟频率。

public:
 property I2cBusSpeed BusSpeed { I2cBusSpeed get(); void set(I2cBusSpeed value); };
I2cBusSpeed BusSpeed();

void BusSpeed(I2cBusSpeed value);
public I2cBusSpeed BusSpeed { get; set; }
var i2cBusSpeed = i2cConnectionSettings.busSpeed;
i2cConnectionSettings.busSpeed = i2cBusSpeed;
Public Property BusSpeed As I2cBusSpeed

属性值

用于连接到 anI2 C 设备的总线速度。

适用于

另请参阅