I2C Plugin for Xojo
Adapter.SendByte Method
(console safe)
Runs an SMBus “Send byte” transaction.
SendByte(
value
as
UInt8)
Parameters
value
Value to send.
Remarks
This function throws I2CException if there is error.
See Also
Adapter Class