![]() |
OneWire Library for Arduino
version: 1.0.0
|
COneWire::array< T, N > | Generic array class similar to std::array |
COneWire::array< uint8_t, byteLen > | |
COneWire::DS248x::Config | Represents a DS248x configuration |
▼COneWire::OneWireMaster | Base class for all 1-Wire Masters |
▼COneWire::DS248x | Interface to the DS2484, DS2482-100, DS2482-101, DS2482-800 1-Wire masters |
COneWire::DS2484 | DS2484 I2C to 1-wire Master |
▼COneWire::OneWireSlave | Base class for all 1-Wire Slaves |
COneWire::DS18B20 | DS18B20 Programmable Resolution 1-Wire Digital Thermometer |
COneWire::DS1920 | DS1920 1-wire temperature i-button |
COneWire::DS2413 | DS2413 1-Wire Dual Channel Addressable Switch |
COneWire::DS2431 | DS2431 1024-Bit 1-Wire EEPROM |
COneWire::DS28E17 | DS28E17 1-Wire®-to-I2C Master Bridge |
COneWire::RomId | Standard container for a 1-Wire ROM ID |
▼COneWire::RomIterator | Controls selection of 1-Wire devices on the bus through ROM commands |
▼COneWire::ForwardRomIterator | Iterates through all 1-Wire devices in a sequential first to last order |
COneWire::ForwardSearchRomIterator | Iterates through all 1-Wire devices sequentially using the search procedure |
▼COneWire::RandomAccessRomIterator | Iterates though 1-Wire devices on the bus using random selection by ROM ID |
COneWire::MultidropRomIterator | Iterator for a multidrop 1-Wire bus |
COneWire::MultidropRomIteratorWithResume | Iterator for a multidrop 1-Wire bus where slaves support the Resume ROM command |
COneWire::SingledropRomIterator | Iterator for a singledrop 1-Wire bus |
COneWire::RomCommands::SearchState | State used by all ROM ID search functions |