FX3ConnectionI2CBitRate Property |
Get/Set the FX3 I2C bit rate. Valid range 100KHz - 1MHz. Defaults to 100KHz
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic uint I2CBitRate { get; set; }
Public Property I2CBitRate As UInteger
Get
Set
public:
property unsigned int I2CBitRate {
unsigned int get ();
void set (unsigned int value);
}
member I2CBitRate : uint32 with get, set
Return Value
Type:
UInt32Current I2C bit rate setting
See Also