Reset and select a slave
int w1_reset_select_slave(struct w1_slave * sl);
sl
the slave to select
Resets the bus and then selects the slave by sending either a skip rom or a rom match. A skip rom is issued if there is only one device registered on the bus. The w1 master lock must be held.
0=success, anything else=error
David Fries <[email protected]>
Author.