OneWire Library for Arduino  version: 1.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
RomIterator.h File Reference
#include <stdint.h>
#include "RomCommands.h"

Go to the source code of this file.

Classes

class  OneWire::RomIterator
 Controls selection of 1-Wire devices on the bus through ROM commands. More...
 
class  OneWire::ForwardRomIterator
 Iterates through all 1-Wire devices in a sequential first to last order. More...
 
class  OneWire::ForwardSearchRomIterator
 Iterates through all 1-Wire devices sequentially using the search procedure. More...
 
class  OneWire::RandomAccessRomIterator
 Iterates though 1-Wire devices on the bus using random selection by ROM ID. More...
 
class  OneWire::SingledropRomIterator
 Iterator for a singledrop 1-Wire bus. More...
 
class  OneWire::MultidropRomIterator
 Iterator for a multidrop 1-Wire bus. More...
 
class  OneWire::MultidropRomIteratorWithResume
 Iterator for a multidrop 1-Wire bus where slaves support the Resume ROM command. More...
 

Namespaces

 OneWire