Reads a series of bytes.
u8 w1_read_block(struct w1_master * dev, u8 * buf, int len);
dev
the master device
buf
pointer to the buffer to fill
len
the number of bytes to read
the number of bytes read
David Fries <[email protected]>
Author.