I2cConnectionSettings.BusSpeed Property

Definition

Gets or sets the bus speed to use for connecting to an inter-integrated circuit (I2 C) device. The bus speed is the frequency at which to clock the I2 C bus when accessing the device.

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

Property Value

The bus speed to use for connecting to anI2 C device.

Applies to

See also