read_bytes()

Read a byte array. myWire.read_bytes(buf, count)
myWire: a variable of type OneWire. buf: pointer to a buffer where to write the bytes read. count: number of bytes to read. nothing