I2C Plugin for Xojo

Adapter.WriteQuick Method (console safe)

Run as SMBus “Quick command” transaction.

WriteQuick(
   value as UInt8)

Parameters

value
The byte to write.

Remarks

This function throws I2CException if there is error.

See Also

Adapter Class