Click or drag to resize

I2CPreambleDeviceAddress Property

This is the 7-bit slave address for the device to access on the I2C bus. The address value must be left justified, with a zero in the least significant bit. The address bits (starting at DeviceAddress bit 7) are the first data transmitted by the FX3 when starting an I2C transaction. A R/W bit (generated by the firmware) follows the seven device address bits to complete the first byte.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public byte DeviceAddress { get; set; }

Return Value

Type: Byte
See Also