Click or drag to resize

FX3ConnectionBitBangReadReg16 Method

Read a standard iSensors 16-bit register using a bitbang SPI connection

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public ushort BitBangReadReg16(
	uint addr
)

Parameters

addr
Type: SystemUInt32
The address of the register to read (7 bit)

Return Value

Type: UInt16
The register value
See Also