Seesaw.SetI2cAddress(Byte) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Change the I2C address that the Seesaw board listens on. Note that this will reset communications with the host device and dispose the current I2cDevice.
C#
public void SetI2cAddress (byte i2cAddress);
member this.SetI2cAddress : byte -> unit
Public Sub SetI2cAddress (i2cAddress As Byte)
- i2cAddress
- Byte
The new I2C address to be used.
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |