Expand description
The ROM commands every 1-Wire device answers, issued right after a reset.
Constantsยง
- ALARM_
SEARCH - Like
SEARCH_ROM, but only devices with an alarm condition take part. - MATCH_
ROM - Address one device by its ROM code; the next function command goes to it alone.
- READ_
ROM - Read the ROM code of the only device on the bus.
- RESUME
- Resume addressing the device most recently selected with
MATCH_ROM. - SEARCH_
ROM - Enumerate the devices on the bus one ROM code at a time; see
super::Search. - SKIP_
ROM - Address every device at once, for a bus with one device or a broadcast command.