select()

Select a device based on its address. After a reset, this is needed to choose which device you will use, and then all communication will be with that device, until another reset. myWire.select(rom)
myWire: a variable of type OneWire. rom: pointer to an array of 8 bytes. nothing