I2C Plugin for Xojo

Adapter.SetAddress Method (console safe)

Sets address of device to communicate with.

SetAddress(
   address as UInt32)

Parameters

address
The address to set.

Remarks

This function throws I2CException if there is error.

See Also

Adapter Class