1-Wire® library for mbed. Complete 1-Wire library that supports our silicon masters along with a bit-bang master on the MAX32600MBED platform with one common interface for mbed. Slave support has also been included and more slaves will be added as time permits.

Dependents:   MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more

Embed: (wiki syntax)

« Back to documentation index

RomIterator Class Reference

RomIterator Class Reference

Controls selection of 1-Wire devices on the bus through ROM commands. More...

#include <RomIterator.h>

Inherited by ForwardRomIterator, and RandomAccessRomIterator.

Public Member Functions

OneWireMastermaster () const
 The 1-Wire master used to issue ROM commands.

Protected Member Functions

 RomIterator (OneWireMaster &master)

Detailed Description

Controls selection of 1-Wire devices on the bus through ROM commands.

Definition at line 44 of file RomIterator.h.


Constructor & Destructor Documentation

RomIterator ( OneWireMaster master ) [protected]
Parameters:
master1-Wire master to use to issue ROM commands.

Definition at line 51 of file RomIterator.h.


Member Function Documentation

OneWireMaster& master (  ) const

The 1-Wire master used to issue ROM commands.

Definition at line 57 of file RomIterator.h.