write(_:count:to:)
Writes an array of UInt8 to the specified slave device with the given address.
@discardableResult func write(_ data: [UInt8], count: Int? = nil, to address: UInt8) -> Result<(), Errno>
Parameters
Returns
Whether the communication succeeds. If not, it returns the specific error.