I2cConnectionSettings.BusSpeed 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于连接到 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 设备的总线速度。