I2CDevice.Configuration Constructor

Initializes an instance of the I2CDevice.Configuration class.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public I2CDevice.Configuration (
         UInt16address,
         intclockRateKhz
)

Parameters

  • address
    The address of the I2C device.
  • clockRateKhz
    The clock rate used when communicating with the I2C device, in kHz. Note that the device uses an approximate value that it supports.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

I2CDevice.Configuration Class
I2CDevice.Configuration Members
Microsoft.SPOT.Hardware Namespace