read(into:count:from:)
Reads bytes from the specified slave device with the given address and store them in the buffer.
@discardableResult func read(into buffer: inout [UInt8], count: Int? = nil, from address: UInt8) -> Result<(), Errno>
Parameters
Returns
Whether the communication succeeds. If not, it returns the specific error.