![]() |
OneWire Library for Arduino
version: 1.0.0
|
Iterator for a multidrop 1-Wire bus. More...
#include <RomIterator.h>
Public Member Functions | |
MultidropRomIterator (OneWireMaster &master) | |
virtual OneWireMaster::CmdResult | selectDevice (const RomId &romId) |
Select the device with the given ROM ID. More... | |
![]() | |
RandomAccessRomIterator (OneWireMaster &master) | |
![]() | |
virtual | ~RomIterator () |
OneWireMaster & | master () const |
The 1-Wire master used to issue ROM commands. More... | |
Additional Inherited Members | |
![]() | |
RomIterator (OneWireMaster &master) | |
Iterator for a multidrop 1-Wire bus.
|
inline |
master | 1-Wire master to use to issue ROM commands. |
|
virtual |
Select the device with the given ROM ID.
Implements OneWire::RandomAccessRomIterator.