Writes a series of bytes.
void w1_write_block(struct w1_master * dev, const u8 * buf, int len);
dev
the master device
buf
pointer to the data to write
len
the number of bytes to write
David Fries <[email protected]>
Author.